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

ouput mapping file was NOT created:-----mkmapdata.sh in CLM

I'am stuck with a problem creating mappfing file in CLM at single point .when i run the command: /home/lipan/cesm1_2_1/models/lnd/clm/tools/shared/mkmapdata/mkmapdata.sh --gridfile /home/lipan/cesm1_2_1/models/lnd/clm/tools/shared/mkmapgrids/SCRIPgrid_1x1pt_CN-DHS_nomask_c151113.nc --res 1x1pt_CN-DHS --gridtype regional  Starting weight generation with these inputs:    Source File: /home/lipan/inputdata/lnd/clm2/mappingdata/grids/SCRIPgrid_0.5x0.5_USGS_c110725.nc    Destination File: /home/lipan/cesm1_2_1/models/lnd/clm/tools/shared/mkmapgrids/SCRIPgrid_1x1pt_CN-DHS_nomask_c151113.nc    Weight File: map_0.5x0.5_USGS_to_1x1pt_CN-DHS_nomask_aave_da_c151113.nc    Source File is in SCRIP format    Source Grid is a global grid    Source Grid is a logically rectangular grid    Destination File is in SCRIP format    Destination Grid is a regional grid    Destination Grid is a logically rectangular grid    Regrid Method: conserve    Pole option: NONE    Ignore unmapped destination points    Norm Type: dstarea    Completed weight generation successfully. Output mapping file was NOT created: map_0.5x0.5_USGS_to_1x1pt_CN-DHS_nomask_aave_da_c151113.nc Actually,the file named map_0.5...._c151113.nc had been generated.Strangely,i had been running the command (mkmapdata.sh)successfully before the error appeared.Did someone had the same problem ,appreciate it from anyone's advise.             
 
i also used the mpi to make mapping file,related code in the mkmapdata.sh as follows: cmd="$mpirun -machinefile /home/lipan/myhost -n 24 $MY_ESMF_REGRID --ignore_unmapped -s ${INGRID[nfile]},-machinefile gives all  nodes and pes of our cluster.I found when i gave up using mpi or used mpi whithout -machinefile ,then the code run successfully.did it mean the parameter  -machinefile cause the error?
 
Top