Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Creat surface map for WRF-CTSM

Status
Not open for further replies.

olivia

jx
New Member
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.

  1. Create SCRIP grid file from WRF geo_em* files, using the following ncl script:
    ncl create_scrip_file.ncl

  2. 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
  1. Create ESMF mapping files by running regridbatch.sh:
    qsub regridbatch.sh
But I failed at the third step. It says 'ERROR: Unable to detect the destination grid file type.'
It works for reguler latlon grids. But WRF is using lambert projection. Is that the reason for the failure?

Thanks,
Jessie
 
Status
Not open for further replies.
Top