Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

How to use LCZ data in WRF version 4.5.2

nanyin

New member
I am a beginner in WRF and want to use WRF version 4.5.2 for simulating urban temperatures. I don’t know the detailed steps to integrate LCZ data into the WRF model, and would greatly appreciate it if experienced users could provide a detailed workflow.

I have datasets from CGLC, and I have also created some LCZ maps using LCZ Generator. However, I am not sure how to incorporate these data into WRF.

Thank you all for your help; I truly appreciate it!
 
This involves both WPS and WRF:

(1) For WPS, please set

geog_data_res = 'cglc_modis_lcz+default',

(2) For WRF, you need to :

(a) activate LCZ: use_wudapt_lcz = 1;

(b) activate urban physics


Please try and let me know if you have any issues. Thanks.
 
This involves both WPS and WRF:

(1) For WPS, please set

geog_data_res = 'cglc_modis_lcz+default',

(2) For WRF, you need to :

(a) activate LCZ: use_wudapt_lcz = 1;

(b) activate urban physics


Please try and let me know if you have any issues. Thanks.
Thank you very much for your reply! I tried doing this: first, I renamed the dataset folder to "lcz". Then, I modified the contents of namelist.wps according to your suggestions. The file geo_em.d03.nc was generated. Unfortunately, it seems that this generated file does not contain LCZ data, because when I checked the data, it shows NUM_LAND_CAT = 21. I don't know where the problem is. Here are my namelist.wps file and the output content when running geogird.exe:
Processing domain 3 of 3
Processing XLAT and XLONG
Processing MAPFAC
Processing F and E
Processing ROTANG
Processing LANDUSEF
Calculating landmask from LANDUSEF ( WATER = 17 21 )
Processing HGT_M
Processing SOILTEMP
Processing SOILCTOP
Processing SCT_DOM
Processing SOILCBOT
Processing SCB_DOM
Processing ALBEDO12M
Processing GREENFRAC
Processing LAI12M
Processing SNOALB
Processing CON
Processing VAR
Processing OA1
Processing OA2
Processing OA3
Processing OA4
Processing OL1
Processing OL2
Processing OL3
Processing OL4
Processing VAR_SSO

Optional fields not processed by geogrid:
LAKE_DEPTH (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/lake_depth/')
URB_PARAM (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/NUDAPT44_1km/')
FRC_URB2D (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/urbfrac_nlcd2011/')
IMPERV (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/nlcd2011_imp_ll_9s/')
CANFRA (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/nlcd2011_can_ll_9s/')
EROD (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/erod/')
CLAYFRAC (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/clayfrac_5m/')
SANDFRAC (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/sandfrac_5m/')
IRRIGATION (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/irrigation/fao/')
CONLS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/conls/')
VARLS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/varls/')
OA1LS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/oa1ls/')
OA2LS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/oa2ls/')
OA3LS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/oa3ls/')
OA4LS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/oa4ls/')
OL1LS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/ol1ls/')
OL2LS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/ol2ls/')
OL3LS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/ol3ls/')
OL4LS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/ol4ls/')
CONSS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/conss/')
VARSS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/varss/')
OA1SS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/oa1ss/')
OA2SS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/oa2ss/')
OA3SS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/oa3ss/')
OA4SS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/oa4ss/')
OL1SS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/ol1ss/')
OL2SS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/ol2ss/')
OL3SS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/ol3ss/')
OL4SS (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/orogwd3_10m/ol4ss/')
BATHYMETRY (priority=1, resolution='default', path='/home/server/soft/WPS-4.5/WPS_GEOG/WPS_GEOG/topobath_30s/')

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Successful completion of geogrid. !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 

Attachments

  • namelist.wps.txt
    1.3 KB · Views: 2
Top