Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Change in Registry file not reflected for WRF Solar

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

jayesatvik

New member
Hello,

I am working on WRF-Solar model on WRF version 4.2. I changed the Registry.EM_Common as below to get DNI and DIFF radiation by changing I/O column from "rd" to "rhd" as shown below.

But I still do not get these parameters in my output file.

Do I need to compile whole thing again or make some other changes?

I would appreciate kind assistance.

Thanks/Regrds
Jayesh

tate real swddir ij misc 1 - rhd "SWDDIR" "Shortwave surface downward direct irradiance" "W m-2" ""
state real swddir2 ij misc 1 - rhd "SWDDIR2" "Shortwave surface downward direct irradiance from FARMS" "W m-2" ""
state real swddirc ij misc 1 - rhd "SWDDIRC" "Clear-sky Shortwave surface downward direct irradiance" "W m-2" ""
state real swddni ij misc 1 - rhd "SWDDNI" "Shortwave surface downward direct normal irradiance" "W m-2" ""
state real swddni2 ij misc 1 - rhd "SWDDNI2" "Shortwave surface downward direct normal irradiance from FARMS" "W m-2" ""
state real swddnic ij misc 1 - rhd "SWDDNIC" "Clear-sky Shortwave surface downward direct normal irradiance" "W m-2" ""
state real swddnic2 ij misc 1 - rhd "SWDDNIC2" "Clear-sky Shortwave surface downward direct normal irradiance from FARMS" "W/m^2" ""
state real swddif ij misc 1 - rhd "SWDDIF" "Shortwave surface downward diffuse irradiance" "W m-2" ""
state real swddif2 ij misc 1 - rhd "SWDDIF2" "Shortwave surface downward diffuse irradiance from FARMS" "W m-2" ""
 
Please recompile WRF after you change Registry. Remember to type ./clean -a before recompile the codes.
 
Top