Hello, my WRF and WPS version is 4.3.3 and 4.3.1. I was running SLUCM in LCZ classification which is newly built in WRF. So I modified namelist like this:
And I also modified URBPARM_LCZ.TBL to adapt my simulation region. When I modified the parameter ROAD_WIDTH in URBPARM_LCZ.TBL, wrf always stopped with no error in this place (the whole crash log is attached below in wrf.log):
The default ROAD_WIDTH is
.
And I modified it to
Then I modified one parameter in a time, I found when I change the road width of the classification LCZ1 and LCZ4 to larger than 90, wrf can run successfully. But 90m road width is too large to the real condition in my simulation region.
I will attach some files which I think is useful, the road_width in URBPARM_LCZ.TBL was changed to default value to run wrf.
Thanks in advance,
Yao.
Code:
sf_urban_physics = 1, 1, 1,
use_wudapt_lcz = 1,
num_land_cat = 41,
sf_sfclay_physics = 1, 1, 1,
sf_surface_physics = 2, 2, 2,
bl_pbl_physics = 1, 1, 1,
Code:
calling inc/HALO_PWP_inline.inc
in SFCLAY
in NOAH DRV
Code:
ROAD_WIDTH: 98.9, 39.2, 108.0, 108.0, 108.0, 108.0, 108.0, 108.0, 108.0, 108.0, 108.0
And I modified it to
Code:
ROAD_WIDTH: 32.0, 17.5, 9.0, 32.0, 20.0, 10.5, 7.0, 28.8, 10.0, 17.5, 10.0
I will attach some files which I think is useful, the road_width in URBPARM_LCZ.TBL was changed to default value to run wrf.
Thanks in advance,
Yao.