junjie_liu@jpl_nasa_gov
New Member
I tried to run CAM5 standalone version with data ocean, but it could not get started. The following is how I built and ran the model.
The model version is cesm1_0_3. I first ran the model with climate ocean, and has no problem. I used the following commands to build the model:
$cfgdir/configure -dyn fv -hgrid 1.9x2.5 -spmd -nosmp -debug -ntasks $procs -usr_src $camroot/models/new -fc ftn || echo "configure failed" && exit 1
echo "building CAM in $blddir ..."
$cfgdir and $camroot were defined. The executable were built without any problem.
Then I ran the model with climate ocean for several years with the following namelist:
$cfgdir/build-namelist -s -config $blddir/config_cache.xml -case $case -runtype $runtype
-namelist "&camexp start_ymd=00101, start_tod=00,
stop_option='nmonths' stop_n=$stop_n ,inithist='MONTHLY',nhtfrq=0,
ncdata='$CSMDATA/atm/cam/inic/fv/cami-mam3_0000-01-01_1.9x2.5_L30_c090306.nc',
/" || echo "build-namelist failed" && exit 1
At last, I wanted to continue the model run but with data ocean. I did not rebuild the model, since I thought they could use the same executable. But I changed the build-namlist commands:
$cfgdir/build-namelist -s -config $blddir/config_cache.xml -case $case -runtype $runtype
-namelist "&camexp start_ymd=00101, start_tod=00,orb_iyear=2000,sstcyc=.false.,
stream_year_first=1850,stream_year_last=2009,
stop_option='nmonths' stop_n=$stop_n ,inithist='MONTHLY',nhtfrq=0,
ncdata='$CSMDATA/atm/cam/inic/fv/cami-mam3_0000-01-01_1.9x2.5_L30_c090306.nc',
bndtvs='$CSMDATA/atm/cam/sst/sst_HadOIBl_bc_1.9x2.5_1850_2009_c101028.nc',
/" || echo "build-namelist failed" && exit 1
The main differences between these two build-nameists is "sstcyc", and "bndtvs".
When I tried to run the model, I got the following error message:
dtime_sync= 1800 dtime_clm= 1800 mod = 0
(lnd_init_mct) :Atmospheric input is from a prognostic model
(seq_mct_drv) : Initialize ocn component
(shr_file_setIO) file ocn_modelio.nml non existant
_pmii_daemon(SIGCHLD): [NID 00957] [c4-2c2s1n3] [Thu Jan 26 19:00:03 2012] PE 0 exit signal Segmentation fault
[NID 00957] 2012-01-26 11:00:03 Apid 5439924: initiated application termination
I would appreciate your comments on how to run CAM5 standalone version with data ocean, and what could be the source of this error.
Best Regards,
junjie
The model version is cesm1_0_3. I first ran the model with climate ocean, and has no problem. I used the following commands to build the model:
$cfgdir/configure -dyn fv -hgrid 1.9x2.5 -spmd -nosmp -debug -ntasks $procs -usr_src $camroot/models/new -fc ftn || echo "configure failed" && exit 1
echo "building CAM in $blddir ..."
$cfgdir and $camroot were defined. The executable were built without any problem.
Then I ran the model with climate ocean for several years with the following namelist:
$cfgdir/build-namelist -s -config $blddir/config_cache.xml -case $case -runtype $runtype
-namelist "&camexp start_ymd=00101, start_tod=00,
stop_option='nmonths' stop_n=$stop_n ,inithist='MONTHLY',nhtfrq=0,
ncdata='$CSMDATA/atm/cam/inic/fv/cami-mam3_0000-01-01_1.9x2.5_L30_c090306.nc',
/" || echo "build-namelist failed" && exit 1
At last, I wanted to continue the model run but with data ocean. I did not rebuild the model, since I thought they could use the same executable. But I changed the build-namlist commands:
$cfgdir/build-namelist -s -config $blddir/config_cache.xml -case $case -runtype $runtype
-namelist "&camexp start_ymd=00101, start_tod=00,orb_iyear=2000,sstcyc=.false.,
stream_year_first=1850,stream_year_last=2009,
stop_option='nmonths' stop_n=$stop_n ,inithist='MONTHLY',nhtfrq=0,
ncdata='$CSMDATA/atm/cam/inic/fv/cami-mam3_0000-01-01_1.9x2.5_L30_c090306.nc',
bndtvs='$CSMDATA/atm/cam/sst/sst_HadOIBl_bc_1.9x2.5_1850_2009_c101028.nc',
/" || echo "build-namelist failed" && exit 1
The main differences between these two build-nameists is "sstcyc", and "bndtvs".
When I tried to run the model, I got the following error message:
dtime_sync= 1800 dtime_clm= 1800 mod = 0
(lnd_init_mct) :Atmospheric input is from a prognostic model
(seq_mct_drv) : Initialize ocn component
(shr_file_setIO) file ocn_modelio.nml non existant
_pmii_daemon(SIGCHLD): [NID 00957] [c4-2c2s1n3] [Thu Jan 26 19:00:03 2012] PE 0 exit signal Segmentation fault
[NID 00957] 2012-01-26 11:00:03 Apid 5439924: initiated application termination
I would appreciate your comments on how to run CAM5 standalone version with data ocean, and what could be the source of this error.
Best Regards,
junjie