Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

starting an existing ccsm3 case over again

tomas

New Member
I am running CCSM3_0_1_beta22 at Oak Ridge on Phoenix.

I want to start a case over again at the beginning so I am setting
setenv DEBUG FALSE # [TRUE, FALSE]

I've gone so far as to delete the entire executable directory and
rebuild but when I run the model it looks for restart files and dies:

From the output file:

(restart_readDate) restart type = continue => restart file specified by pointer file
(shr_msg_chStdIn) read lnd_stdio.nml, unit 5 connected to lnd.stdin
(shr_msg_chStdIn) read lnd_stdio.nml, unit 5 connected to lnd.stdin
(shr_msg_chStdIn) read atm_stdio.nml, unit 5 connected to atm.stdin
(shr_msg_chStdIn) read lnd_stdio.nml, unit 5 connected to lnd.stdin
(shr_msg_chStdIn) read atm_stdio.nml, unit 5 connected to atm.stdin
(shr_msg_chStdIn) read atm_stdio.nml, unit 5 connected to atm.stdin
(shr_msg_chStdIn) read atm_stdio.nml, unit 5 connected to atm.stdin
(shr_msg_chStdIn) read atm_stdio.nml, unit 5 connected to atm.stdin
UX:cp: ERROR: rpointer.cpl - No such file or directory
(restart_readDate) ERROR: opening file = rpointer
(restart_readDate) ERROR: opening file = rpointer
(restart_readDate) ERROR: opening file = rpointer
(restart_readDate) ERROR: opening file = rpointer
(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
 
Top