yingli@atmos_colostate_edu
Member
Hi,
I have successfully built and ran a test run (CESM1.2.2 version, F_AMIP_CAM5 compset, ne120_ne120 resolution). The default is start-up run, and ran for 5 days.
I would like to use the restart files from an previous exiting run done by someone else. So I create a branch run (should that be hybrid or branch?). Here are what I did:
1) cd /glade/p/cesm/releases/cesm1_2_2/scripts
./create_newcase -case $CASEDIR -res ne120_ne120 -compset F_AMIP_CAM5 -mach yellowstone
2) cd $CASEDIR
./xmlchange RUN_TYPE=branch,RUN_REFDATE=1982-09-01,RUN_REFCASE=FAMIPC5.ne120_ne120,GET_REFCASE=FALSE
./cesm_setup
3) cd /glade/scratch/$LOGNAME/$CASENAME/run/
hsi -q "cget /home/abaker/sensitivity_tests/FAMIPC5.ne120_ne120/rest/1982-09-01-00000/*"
./$CASENAME.build
4) cd $CASEDIR
./$CASENAME.submit
------------------------
-The job was exited with exit code 255.
-The last 8 lines from cesm.log.141014-133337 is
INFO: 0031-251 task 6142 exited: rc=1
INFO: 0031-251 task 6143 exited: rc=1
INFO: 0031-251 task 6148 exited: rc=1
INFO: 0031-251 task 6144 exited: rc=1
INFO: 0031-251 task 6147 exited: rc=1
INFO: 0031-251 task 6135 exited: rc=1
INFO: 0031-251 task 6136 exited: rc=1
INFO: 0031-639 Exit status from pm_respond = 0
-I've also tried create as hybrid run, and the job was exited with exit code 255 as well.
-I've also tried changing the following configuration, and it doesn't work as well, same exit code
1) In user_nl_cam:
ncdata='path to initial condition file'
2) In user_nl_clm
finidat = 'path to clm restart file'
-here is my case directory
/glade/u/home/yingli/cesm_1_2_2/runs/f.FAMIPC5.ne120_ne120.test.002
Any help would be greatly appreciated!
Ying
I have successfully built and ran a test run (CESM1.2.2 version, F_AMIP_CAM5 compset, ne120_ne120 resolution). The default is start-up run, and ran for 5 days.
I would like to use the restart files from an previous exiting run done by someone else. So I create a branch run (should that be hybrid or branch?). Here are what I did:
1) cd /glade/p/cesm/releases/cesm1_2_2/scripts
./create_newcase -case $CASEDIR -res ne120_ne120 -compset F_AMIP_CAM5 -mach yellowstone
2) cd $CASEDIR
./xmlchange RUN_TYPE=branch,RUN_REFDATE=1982-09-01,RUN_REFCASE=FAMIPC5.ne120_ne120,GET_REFCASE=FALSE
./cesm_setup
3) cd /glade/scratch/$LOGNAME/$CASENAME/run/
hsi -q "cget /home/abaker/sensitivity_tests/FAMIPC5.ne120_ne120/rest/1982-09-01-00000/*"
./$CASENAME.build
4) cd $CASEDIR
./$CASENAME.submit
------------------------
-The job was exited with exit code 255.
-The last 8 lines from cesm.log.141014-133337 is
INFO: 0031-251 task 6142 exited: rc=1
INFO: 0031-251 task 6143 exited: rc=1
INFO: 0031-251 task 6148 exited: rc=1
INFO: 0031-251 task 6144 exited: rc=1
INFO: 0031-251 task 6147 exited: rc=1
INFO: 0031-251 task 6135 exited: rc=1
INFO: 0031-251 task 6136 exited: rc=1
INFO: 0031-639 Exit status from pm_respond = 0
-I've also tried create as hybrid run, and the job was exited with exit code 255 as well.
-I've also tried changing the following configuration, and it doesn't work as well, same exit code
1) In user_nl_cam:
ncdata='path to initial condition file'
2) In user_nl_clm
finidat = 'path to clm restart file'
-here is my case directory
/glade/u/home/yingli/cesm_1_2_2/runs/f.FAMIPC5.ne120_ne120.test.002
Any help would be greatly appreciated!
Ying