Hello,
I followed the instructions 3.4.3. WRF-CTSM Tools and Utilities — ctsm CTSM master documentation to create the surface map for WRF-CTSM.
It works for reguler latlon grids. But WRF is using lambert projection. Is that the reason for the failure?
Thanks,
Jessie
I followed the instructions 3.4.3. WRF-CTSM Tools and Utilities — ctsm CTSM master documentation to create the surface map for WRF-CTSM.
- Create SCRIP grid file from WRF geo_em* files, using the following ncl script:
ncl create_scrip_file.ncl
- Create mapping files by using mkmapdata code under CTSM/tools/mkmapdata/.
Using environment variables set the following environment varibales needed by mkunitymap.ncl code:
setenv GRIDFILE1 wrf2clm_ocean_noneg.nc
setenv GRIDFILE2 wrf2clm_land_noneg.nc
setenv MAPFILE wrf2clm_mapping_noneg.nc
setenv PRINT TRUE
ncl mkunitymap.ncl
- Create ESMF mapping files by running regridbatch.sh:
qsub regridbatch.sh
It works for reguler latlon grids. But WRF is using lambert projection. Is that the reason for the failure?
Thanks,
Jessie