- 积分
- 265
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-11-14
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
大家好。我刚刚接触RegCM模式, 现在使用的版本是RegCM4.4.5.7, 我按照手册进行了编译, 陆面模式选择的是CLM45。 接着模式试运行阶段采用的是手册例子里的test_001.in. 前期的domain sst icbc 文件都顺利生成, 由于使用CLM45, 同时也生成了clm45_surface文件。 并同时按照手册提示对test_001.in 文件进行了如下添加:
&clm_inparm
fpftcon = ’pft-physiology.c130503.nc’,
fsnowoptics = ’snicar_optics_5bnd_c090915.nc’,
fsnowaging = ’snicar_drdt_bst_fit_60_c070416.nc’,
create_crop_landunit = .true.
hist_nhtfrq = 0,
/
&clm_soilhydrology_inparm
h2osfcflag = 1,
origflag = 0,
/
&clm_hydrology1_inparm
oldfflag = 0,
/
但是在运行mpirun -np 2 ./bin/regcmMPI_clm45 regcm.in时出现了以下错误:
READY BC from 1990060100 to 1990060106
# Ozone profile at (3,3) #
0.502E-05 0.195E-05 0.107E-05 0.578E-06 0.303E-06 0.175E-06 0.125E-06
0.957E-07 0.778E-07 0.665E-07 0.595E-07 0.553E-07 0.524E-07 0.511E-07
0.511E-07 0.499E-07 0.496E-07 0.496E-07 0.496E-07 0.496E-07
CLM version: 4.5 - RegCM tag 4.4.5.7
Attempting to initialize the land model .....
Mask given by RegCM model has a total of 1150 land points
Attempting to initialize run control settings .....
Read in clm_inparm namelist from: test_001.in
CLM : Error reading input namelist file !
-------------- FATAL CALLED ---------------
Fatal in file: mod_clm_control.F90 at line: 315
clm now stopping
-------------------------------------------
mod_clm_control.F90 : 315: 1
Abort called by computing node 0 at 2016-03-18 14:51:19.797 +0800
application called MPI_Abort(comm=0x84000004, 1) - process 0
我查看了路径数据等情况,都没有发现问题,请问哪位大神能予以帮助?不胜感激!
|
|