mostafa_morsy
New member
I applied
ln -sf geogrid/GEOGRID.TBL.ARW_LCZ geogrid/GEOGRID.TBL within WPS directory.
All WPS *.exe (geogrid, ungrib, and metgrid) worked fine.
Also, the ncdump -h geo_em.d01.nc | grep -i num_land_cat produce :NUM_LAND_CAT = 61 ; the same from met_*.nc files
Where, I downloaded the required static data for the urban model (INUDAPT44_1KM and urbfrac_nlcd2011) along with all available static data (Static Data Downloads)
####################
Now, I go to run real.exe, it was success and produce wrfbdy and wrfinpt files (SUCCESS COMPLETE REAL_EM INIT)
the problem now occurred in wrf.exe where it shows within the rsl.out.0000 the following line
Unknown landuse category (sf_fogdes.F): num_land_cat= 61
where the physics options in my namelist.input as follow:
&physics
mp_physics = 95, 95, 95, 95,
cu_physics = 1, 1, 1, 1,
ra_lw_physics = 4, 4, 4, 4,
ra_sw_physics = 4, 4, 4, 4,
bl_pbl_physics = 1, 1, 1, 1,
sf_sfclay_physics = 1, 1, 1, 1,
sf_surface_physics = 2, 2, 2, 2,
radt = 30, 30, 30, 30,
bldt = 0, 0, 0, 0,
cudt = 5, 5, 5, 5,
icloud = 1,
sf_urban_physics = 3, 3, 3, 3,
use_wudapt_lcz = 1,
num_land_cat = 61,
surface_input_source = 1,
fractional_seaice = 1,
isfflx = 1,
ifsnow = 1,
surface_input_source = 1,
grav_settling = 1,
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
cu_rad_feedback = .true.,.true.,.true.,.true.,
cu_diag = 1, 1, 1,
o3input = 0
/
Could you please help to solve this problem
Thanks.
ln -sf geogrid/GEOGRID.TBL.ARW_LCZ geogrid/GEOGRID.TBL within WPS directory.
All WPS *.exe (geogrid, ungrib, and metgrid) worked fine.
Also, the ncdump -h geo_em.d01.nc | grep -i num_land_cat produce :NUM_LAND_CAT = 61 ; the same from met_*.nc files
Where, I downloaded the required static data for the urban model (INUDAPT44_1KM and urbfrac_nlcd2011) along with all available static data (Static Data Downloads)
####################
Now, I go to run real.exe, it was success and produce wrfbdy and wrfinpt files (SUCCESS COMPLETE REAL_EM INIT)
the problem now occurred in wrf.exe where it shows within the rsl.out.0000 the following line
Unknown landuse category (sf_fogdes.F): num_land_cat= 61
where the physics options in my namelist.input as follow:
&physics
mp_physics = 95, 95, 95, 95,
cu_physics = 1, 1, 1, 1,
ra_lw_physics = 4, 4, 4, 4,
ra_sw_physics = 4, 4, 4, 4,
bl_pbl_physics = 1, 1, 1, 1,
sf_sfclay_physics = 1, 1, 1, 1,
sf_surface_physics = 2, 2, 2, 2,
radt = 30, 30, 30, 30,
bldt = 0, 0, 0, 0,
cudt = 5, 5, 5, 5,
icloud = 1,
sf_urban_physics = 3, 3, 3, 3,
use_wudapt_lcz = 1,
num_land_cat = 61,
surface_input_source = 1,
fractional_seaice = 1,
isfflx = 1,
ifsnow = 1,
surface_input_source = 1,
grav_settling = 1,
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
cu_rad_feedback = .true.,.true.,.true.,.true.,
cu_diag = 1, 1, 1,
o3input = 0
/
Could you please help to solve this problem
Thanks.
Last edited: