Chris Thomas
New member
I am using WRF 4.02, with two domains (inner and outer). The user guide lists the sf_urban_physics namelist option as being a single scalar (ie not dimension max_dom). Thereore I use
sf_urban_physics = 1
in the namelist.
The WRF standard output (debug level 500) tells me:
--- NOTE: sf_urban_physics option must be identical in each domain
--- NOTE: ----> Resetting namelist values to that defined on the inner most domain
and I get sf_urban_physics = 0, the default for the inner domain which was not specified in the namelist.
I think that either the code should be changed so that the namelist option is a single value (which it should be if it is to be the same for each nest), or the documentation should be changed to show that it is of dimension max_dom.
Regards
Chris
sf_urban_physics = 1
in the namelist.
The WRF standard output (debug level 500) tells me:
--- NOTE: sf_urban_physics option must be identical in each domain
--- NOTE: ----> Resetting namelist values to that defined on the inner most domain
and I get sf_urban_physics = 0, the default for the inner domain which was not specified in the namelist.
I think that either the code should be changed so that the namelist option is a single value (which it should be if it is to be the same for each nest), or the documentation should be changed to show that it is of dimension max_dom.
Regards
Chris