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 in creating surface data in CLM4.5

Hi,I'm trying to generate surface data files for res 2.5x2  in Northern Hemeisphere. I'm using the following command:./mknoocnmap.pl -p 45.0,180.0 -n $GRIDNAME  -dx 360. -dy 90. -nx 144 -ny 45the errors are as follow:***********************************ld: cannot find -lnetcdffmake: *** [../gen_domain] Error 1./creat_surfdata-NH.sh: line 46: ./gen_domain: No such file or directorymake: /gpfsnewhome/wangch4/Software/netcdf4.1.3-intel-netcdf4/lib/../bin/nf-config: Command not foundgmake: /gpfsnewhome/wangch4/Software/netcdf4.1.3-intel-netcdf4/lib/../bin/nf-config: Command not foundMakefile.common:365: /gpfsnewhome/wangch4/Kongy/cesm1_2_0/models/lnd/clm/tools/clm4_5/mksurfdata_map/src/Depends: No such file or directorygmake: /gpfsnewhome/wangch4/Software/netcdf4.1.3-intel-netcdf4/lib/../bin/nf-config: Command not foundforrtl: severe (408): fort: (2): Subscript #1 of the array LONC has value 125599448 which is greater than the upper bound of 125599447Image              PC                Routine            Line        Sourcemksurfdata_map     000000000055483E  Unknown               Unknown  Unknownmksurfdata_map     00000000005532D6  Unknown               Unknown  Unknownmksurfdata_map     0000000000510052  Unknown               Unknown  Unknownmksurfdata_map     00000000004BB4EB  Unknown               Unknown  Unknownmksurfdata_map     00000000004BBA01  Unknown               Unknown  Unknownmksurfdata_map     000000000041269B  mkdomainmod_mp_do         878  mkdomainMod.F90mksurfdata_map     000000000049802D  mktopostatsmod_mp          96  mktopostatsMod.F90mksurfdata_map     000000000046A886  MAIN__                    612  mksurfdat.F90mksurfdata_map     0000000000408A6C  Unknown               Unknown  Unknownlibc.so.6          0000003178A1ECDD  Unknown               Unknown  Unknownmksurfdata_map     0000000000408969  Unknown               Unknown  UnknownERROR in mksurfdata_map: 38912
*************************************when the error occurs, the progress of scripts  are :Attempting to make elevation .....domain_read_dims_2d read lon and lat dims from lsmlon/lsmlatdomain_read initialized domainOpen elevation file:/gpfsnewdata/wangch4/Yangk/data/inputdata/lnd/clm2/rawdata/topodata_10min_USGS_071205.nc(gridmap_map_read) reading mapping matrix data...(gridmap_map_read) * file name                  : ../../shared/mkmapdata/map_10x10min_nomask_to_144x45_NH_nomask_aave_da_c170412.nc* matrix dimensions rows x cols :     2332800  x        6480* number of non-zero elements:      1261440domain_clean: cleaning      2332800Successfully made elevationAttempting to make Topography statistics.....domain_read_dims_1d read 1-d length from num_pixelsdomain_read initialized domain(gridmap_map_read) reading mapping matrix data...(gridmap_map_read) * file name                  : ../../shared/mkmapdata/map_1km-merge-10min_HYDRO1K-merge-nomask_to_144x45_NH_nomask_aave_da_c170412.nc* matrix dimensions rows x cols :   125599447  x        6480* number of non-zero elements:     34432104
I really don't konw why this error occurs. Actually  I have created the surface data in Qinghai-Tibet Plateau successfully with the same method. The resolution is 0.1°x0.1°. The command is ./mknoocnmap.pl -p 32.5,90.0 -n $GRIDNAME  -dx 30. -dy 15. -nx 300 -ny 150. I'm not sure if it is related to the regions or the resolution. Please let me know how to resolve this. Thank you in advance! Ying Kong
 
Top