Problem With WRF-Solar Output SWDDNI and SWDDIF.
Moderator: NCAR/SOLAR
-
- Posts: 1
- Joined: Thu Mar 24, 2022 1:51 pm
Problem With WRF-Solar Output SWDDNI and SWDDIF.
"I am running WRF-Solar with this configuration, but in the output there is no SWDNI,SWDIF, SWDOWNC and SWDDNIC variabel. There are only SWDOWN, SWDOWN2, SWDOWNC2, GLW, SWNORM and SWDNIC2. "
- Attachments
-
- namelist.input
- (2.64 KiB) Downloaded 13 times
Re: Problem With WRF-Solar Output SWDDNI and SWDDIF.
Please edit the Registry/Registry.EM_COMMON file and replace
this line
state real swddni ij misc 1 - rd "SWDDNI" "Shortwave surface downward direct normal irradiance" "W m-2" ""
with this one
state real swddni ij misc 1 - rdh "SWDDNI" "Shortwave surface downward direct normal irradiance" "W m-2" ""
Note the only change is to add the h character highlighted in bold.
Do the same for the other variables you would like to have in the output.
Finally you will need to recompile WRF.
this line
state real swddni ij misc 1 - rd "SWDDNI" "Shortwave surface downward direct normal irradiance" "W m-2" ""
with this one
state real swddni ij misc 1 - rdh "SWDDNI" "Shortwave surface downward direct normal irradiance" "W m-2" ""
Note the only change is to add the h character highlighted in bold.
Do the same for the other variables you would like to have in the output.
Finally you will need to recompile WRF.