- 积分
- 226
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-7-4
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 ˇBelieve_ 于 2017-4-11 15:26 编辑
我在用CLM4.5制作地表数据时,设置如下,成功制作了分辨率为1°x1°的青藏高原区域的地表数据。./mknoocnmap.pl -p 32.5,90.0 -n $GRIDNAME -dx 30. -dy 15. -nx 300 -ny 150
之后我将区域调整至北半球,分辨率为2.5°x2°,设置为
./mknoocnmap.pl -p 45.0,180.0 -n $GRIDNAME -dx 360. -dy 90. -nx 144 -ny 45
结果无法生成最后一个文件 map_1km-merge-10min_HYDRO1K-merge-nomask_to_144x45_NH_nomask_aave_da_c170410.nc
错误信息如下:
./mkmapdata.sh: line 106: 22861 Killed ${cmd}
ld: cannot find -lnetcdff
make: *** [../gen_domain] Error 1
./creat_surfdata-NH.sh: line 46: ./gen_domain: No such file or directory
make: /gpfsnewhome/wangch4/Software/netcdf4.1.3-intel-netcdf4/lib/../bin/nf-config: Command not found
make: Warning: File `/gpfsnewhome/wangch4/Kongy/cesm1_2_0/models/lnd/clm/tools/clm4_5/mksurfdata_map/src/Depends' has modification time 1.2e+03 s in the future
make: warning: Clock skew detected. Your build may be incomplete.
gmake: /gpfsnewhome/wangch4/Software/netcdf4.1.3-intel-netcdf4/lib/../bin/nf-config: Command not found
Makefile.common:365: /gpfsnewhome/wangch4/Kongy/cesm1_2_0/models/lnd/clm/tools/clm4_5/mksurfdata_map/src/Depends: No such file or directory
gmake: /gpfsnewhome/wangch4/Software/netcdf4.1.3-intel-netcdf4/lib/../bin/nf-config: Command not found
gmake: Warning: File `../mksurfdata_map' has modification time 1.2e+03 s in the future
gmake: warning: Clock skew detected. Your build may be incomplete.
ERROR: mapping file for this resolution does NOT exist (../../shared/mkmapdata/map_1km-merge-10min_HYDRO1K-merge-nomask_to_144x45_NH_nomask_aave_da_c170410.nc).
rm: cannot remove `nodelist': No such file or directory
*******************************
Creating mapping file: map_1km-merge-10min_HYDRO1K-merge-nomask_to_144x45_NH_nomask_aave_da_c170410.nc
From input grid: /gpfsnewdata/wangch4/Yangk/data/inputdata/lnd/clm2/mappingdata/grids/UGRID_1km-merge-10min_HYDRO1K-merge-nomask_c130402.nc
For output grid: /gpfsnewhome/wangch4/Kongy/cesm1_2_0/models/lnd/clm/tools/shared/mkmapgrids/SCRIPgrid_144x45_NH_nomask_c170410.nc
Starting weight generation with these inputs:
Source File:
/gpfsnewdata/wangch4/Yangk/data/inputdata/lnd/clm2/mappingdata/grids/UGRID_1km-
merge-10min_HYDRO1K-merge-nomask_c130402.nc
Destination File:
/gpfsnewhome/wangch4/Kongy/cesm1_2_0/models/lnd/clm/tools/shared/mkmapgrids/SCR
IPgrid_144x45_NH_nomask_c170410.nc
Weight File:
map_1km-merge-10min_HYDRO1K-merge-nomask_to_144x45_NH_nomask_aave_da_c170410.nc
Source File is in UGRID format, dummy variable: landmesh
Source Grid is a global grid
Source Grid is an unstructured 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
Output weight file in NetCDF4 file format
Norm Type: dstarea
Error status returned from mkmapdata script
/gpfsnewhome/wangch4/Kongy/cesm1_2_0/scripts/ccsm_utils/Machines/config_compilers.xml intel linuxintel
Successfully created auxilary build files for linuxintel
***************
之前有一次做北半球区域的地表数据的时候最后一个文件成功生成了,但是最后一步提示数组越界,现在不知道为啥最后一个文件也无法生成了。我明明用的同一个脚本,为什么做青藏高原的没问题,做北半球的就各种错误呢?求助各位大神!
|
|