Hi,
I am in the process of running a simulation that follows the WRF-Solar reference configuration (https://ral.ucar.edu/projects/wrf-solar > Reference Config tab), but I run into the following error message:
On my namelist.input, the physics models are set up as such for my 2-domain case:
Deng's shallow cumulus model has been paired with the MYNN2 PBL scheme (model number 5), hence I am not sure why the code produces the above error ("DENG ShCu currently does not support PBL option: 0"). Could this be a bug similar to https://forum.mmm.ucar.edu/phpBB3/v...&p=10037&hilit=Deng+shallow+convection#p10037, or is this error related to the choice of models on the WRF-Solar reference configuration? On a related note, can the shcu_physics option run independently from cu_physics, even when the latter is turned off?
Any input would be greatly appreciated.
Best,
Kieran
I am in the process of running a simulation that follows the WRF-Solar reference configuration (https://ral.ucar.edu/projects/wrf-solar > Reference Config tab), but I run into the following error message:
Code:
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 587
PSU DENG ShCu currently does not support PBL option: 0
-------------------------------------------
On my namelist.input, the physics models are set up as such for my 2-domain case:
Code:
&physics
mp_physics = 8, 8,
ra_lw_physics = 4, 4,
ra_sw_physics = 4, 4,
radt = 12, 12,
sf_sfclay_physics = 1, 1,
sf_surface_physics = 2, 2,
bl_pbl_physics = 5, 5,
bldt = 0, 0,
bl_mynn_tkeadvect = .true., .true.,
cu_physics = 0, 0,
cu_rad_feedback = .false., .false.,
cudt = 0, 0,
bl_mynn_edmf = 0, 0,
shcu_physics = 5, 5,
isfflx = 1,
ifsnow = 1,
icloud = 1,
icloud_bl = 0,
num_soil_layers = 4,
sf_urban_physics = 0, 0,
num_land_cat = 21,
aer_opt = 1,
swint_opt = 2,
usemonalb = .true.,
/
Deng's shallow cumulus model has been paired with the MYNN2 PBL scheme (model number 5), hence I am not sure why the code produces the above error ("DENG ShCu currently does not support PBL option: 0"). Could this be a bug similar to https://forum.mmm.ucar.edu/phpBB3/v...&p=10037&hilit=Deng+shallow+convection#p10037, or is this error related to the choice of models on the WRF-Solar reference configuration? On a related note, can the shcu_physics option run independently from cu_physics, even when the latter is turned off?
Any input would be greatly appreciated.
Best,
Kieran