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

error while using ./mkmapdata.sh

 When I tried to run the single-point cases with CLM4.5 in CESM1.2.0 , the following error puzzled me for a long time,but I can’t solve the problem until now. The problem’s details is : 1 cd /home/g01 /cesm1_2_0/models/lnd/clm/tools/shared/mkmapdata2 ./mknoocnmap.pl -p 40,255 -n $GRIDNAMECreate SCRIP grid and mapping files for a single-pointCreate land SCRIP gridfileExecute: env S_LAT=39.95 W_LON=254.95 N_LAT=40.05 E_LON=255.05 NX=1 NY=1 PTNAME=1x1_boulderCO   GRIDFILE=/home/g01 /cesm1_2_0/models/lnd/clm/tools/shared/mkmapgrids/SCRIPgrid_1x1_boulderCO_nomask_c150531.nc ncl mkscripgrid.ncl Copyright (C) 1995-2013 - All Rights Reserved University Corporation for Atmospheric Research NCAR Command Language Version 6.1.2 The use of this software is governed by a License Agreement. See http://www.ncl.ucar.edu/ for more details.Create ocean SCRIP gridfileExecute: env S_LAT=39.95 W_LON=254.95 N_LAT=40.05 E_LON=255.05 NX=1 NY=1 PTNAME=1x1_boulderCO   GRIDFILE=/home/g01 /cesm1_2_0/models/lnd/clm/tools/shared/mkmapgrids/SCRIPgrid_1x1_boulderCO_noocean_c150531.nc IMASK=0 ncl mkscripgrid.ncl Copyright (C) 1995-2013 - All Rights Reserved University Corporation for Atmospheric Research NCAR Command Language Version 6.1.2 The use of this software is governed by a License Agreement. See http://www.ncl.ucar.edu/ for more details.Create unity mapping file between the two gridfileExecute: env GRIDFILE1=/home/g01/cesm1_2_0/models/lnd/clm/tools/shared/mkmapgrids/SCRIPgrid_1x1_boulderCO_noocean_c150531.nc GRIDFILE2=/home/g01/cesm1_2_0/models/lnd/clm/tools/shared/mkmapgrids/SCRIPgrid_1x1_boulderCO_nomask_c150531.nc MAPFILE=map_1x1_boulderCO_noocean_to_1x1_boulderCO_nomask_aave_da_150531.nc  ncl /home/g01/cesm1_2_0/models/lnd/clm/tools/shared/mkmapdata/mkunitymap.ncl Copyright (C) 1995-2013 - All Rights Reserved University Corporation for Atmospheric Research NCAR Command Language Version 6.1.2 The use of this software is governed by a License Agreement. See http://www.ncl.ucar.edu/ for more details.Successfully created grid/mapping files for single-point 3 -r 1x1_boulderCO -f /home/g01/cesm1_2_0/models/lnd/clm/tools/shared/mkmapgrids/SCRIPgrid_1x1_boulderCO_nomask_c150531.nc -t regionalScript to create mapping files required by mksurfdata_mapquery command is ./../../../bld/queryDefaultNamelist.pl -silent -namelist clmexp -phys clm4_5  -justvalue -options sim_year=2000 -csmdata /home/g01/inputdata Using user specified scrip grid file: /home/g01/cesm1_2_0/models/lnd/clm/tools/shared/mkmapgrids/SCRIPgrid_1x1_boulderCO_nomask_c150531.ncOutput grid resolution is 1x1_boulderCOMachine centos6 NOT recognizedrm: cannot remove ‘PET*.Log’: No such file or directory Creating mapping file: map_0.5x0.5_AVHRR_to_1x1_boulderCO_nomask_aave_da_c150531.ncFrom input grid: /home/g01/inputdata/lnd/clm2/mappingdata/grids/SCRIPgrid_0.5x0.5_AVHRR_c110228.ncFor output grid: /home/g01/cesm1_2_0/models/lnd/clm/tools/shared/mkmapgrids/SCRIPgrid_1x1_boulderCO_nomask_c150531.nc ./mkmapdata.sh: line 106: 31431 Segmentation fault             (core dumped) ${cmd}Error status returned from mkmapdata script  So could anyone give me some advises about the problem ? Than you so much .
 
Top