debasish@gi_alaska_edu
New Member
Hi,
I am trying to run the CCSM3.0 in unix system. But I got the error which is given below,
(main) ---------------------------------------------------------------
(main) get simulation start date
(main) ---------------------------------------------------------------
(restart_readDate) restart type = continue => restart file specified by pointer file
(restart_readDate) ERROR: opening file = rpointer
(shr_sys_abort) ERROR: (restart_readDate) : ERROR openint rpointer file
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping
(shr_mpi_abort) : (restart_readDate) : ERROR openint rpointer file 0
0.2u 0.4s 0:02 23% 1+17k 0+0io 0pf+0w
Mon Jul 10 14:23:06 ADT 2006 -- CSM EXECUTION HAS FINISHED
Model did not complete - see cpl.log.060710-142249
I have following in env_conf
#! /bin/csh -f
# Documentation of following environment varibles is provided in env.readme
setenv CASE TEST2
setenv CASESTR TEST2
setenv COMP_ATM cam
setenv COMP_LND clm
setenv COMP_ICE csim
setenv COMP_OCN pop
setenv COMP_CPL cpl
setenv CSIM_MODE prognostic
setenv GRID T42_gx1v3
setenv RUN_TYPE startup # [startup,hybrid,branch]
setenv RUN_STARTDATE 1950-01-01 # [yyyy-mm-dd]
setenv RUN_REFCASE case.std # [only applies to hybrid or branch runs]
setenv RUN_REFDATE 0001-01-01 # [only applies to hybrid or branch runs]
setenv IPCC_MODE OFF # [OFF, 1870_CONTROL, 1870_TO_PRESENT, RAMP_CO2_ONLY,
# FUTURE_A1, FUTURE_A2, FUTURE_B1, FUTURE_B2]
setenv RAMP_CO2_START_YMD 00000000 # Start date of CAM CO2 ramp in form YYYYMMDD
# This variable MUST be set if IPCC_MODE is RAMP_CO2_ONLY
# This variable is ignored if IPCC_MODE is not RAMP_CO2_ONLY
#=========================================================================
# DERIVED ENVIRONMENT VARIABLES (user should not edit these)
#=========================================================================
setenv ATM_GRID `echo $GRID | sed s/_.*//`; setenv LND_GRID $ATM_GRID
setenv OCN_GRID `echo $GRID | sed s/.*_//`; setenv ICE_GRID $OCN_GRID
I do not know what is wrong? I would appreciate any help.
Thanks
Debasish
I am trying to run the CCSM3.0 in unix system. But I got the error which is given below,
(main) ---------------------------------------------------------------
(main) get simulation start date
(main) ---------------------------------------------------------------
(restart_readDate) restart type = continue => restart file specified by pointer file
(restart_readDate) ERROR: opening file = rpointer
(shr_sys_abort) ERROR: (restart_readDate) : ERROR openint rpointer file
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping
(shr_mpi_abort) : (restart_readDate) : ERROR openint rpointer file 0
0.2u 0.4s 0:02 23% 1+17k 0+0io 0pf+0w
Mon Jul 10 14:23:06 ADT 2006 -- CSM EXECUTION HAS FINISHED
Model did not complete - see cpl.log.060710-142249
I have following in env_conf
#! /bin/csh -f
# Documentation of following environment varibles is provided in env.readme
setenv CASE TEST2
setenv CASESTR TEST2
setenv COMP_ATM cam
setenv COMP_LND clm
setenv COMP_ICE csim
setenv COMP_OCN pop
setenv COMP_CPL cpl
setenv CSIM_MODE prognostic
setenv GRID T42_gx1v3
setenv RUN_TYPE startup # [startup,hybrid,branch]
setenv RUN_STARTDATE 1950-01-01 # [yyyy-mm-dd]
setenv RUN_REFCASE case.std # [only applies to hybrid or branch runs]
setenv RUN_REFDATE 0001-01-01 # [only applies to hybrid or branch runs]
setenv IPCC_MODE OFF # [OFF, 1870_CONTROL, 1870_TO_PRESENT, RAMP_CO2_ONLY,
# FUTURE_A1, FUTURE_A2, FUTURE_B1, FUTURE_B2]
setenv RAMP_CO2_START_YMD 00000000 # Start date of CAM CO2 ramp in form YYYYMMDD
# This variable MUST be set if IPCC_MODE is RAMP_CO2_ONLY
# This variable is ignored if IPCC_MODE is not RAMP_CO2_ONLY
#=========================================================================
# DERIVED ENVIRONMENT VARIABLES (user should not edit these)
#=========================================================================
setenv ATM_GRID `echo $GRID | sed s/_.*//`; setenv LND_GRID $ATM_GRID
setenv OCN_GRID `echo $GRID | sed s/.*_//`; setenv ICE_GRID $OCN_GRID
I do not know what is wrong? I would appreciate any help.
Thanks
Debasish