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

continue a run

Dear all,I'm running CESM1_2_1 with B_2000 compset and f09_g16 resolution ,but it crashed .So I want to continue run from where it crashed and I changeCONTINUE_RUN to TRUE in the env file.But it restarts from the beginning .So I don't know what to do ,can you help me? Thank you very much!
 
Thank you for your reply.I have written a restart file.rpointer.atm                       rpointer.drv                      rpointer.ice                      rpointer.lnd                      rpointer.ocn.ovf                rpointer.ocn.restart               rpointer.rof test04.cam.r.1954-01-01-00000.nctest04.cice.r.1954-01-01-00000.nc test04.clm2.r.1954-01-01-00000.nctest04.rtm.r.1954-01-01-00000.nctest04.pop.r.1954-01-01-00000.nctest04.pop.ro.1954-01-01-00000.ncAll restart files have the same date and have moved them to $RUNDIR.What else should I do ? Thank you very much!
 

jedwards

CSEG and Liaisons
Staff member
And you set continue run to TRUE and it stil starts from the beginning?   Can you attach your env_run.xml and cpl.log files.
 

jedwards

CSEG and Liaisons
Staff member
This line from your cpl.log indicates that you are doing an initial run, if continue run were true the start type would be "continue"
(seq_infodata_print) Start type = startup
 
Thank you for your reply . I fould the following error: Internal pop2 clock not in sync with Sync Clock  pop2 ymd=    19500103   pop2 tod=            0  sync ymd=    19500219   sync tod=            0  Internal pop2 clock not in sync with Sync Clock(shr_sys_abort) ERROR: ocn_run_mct:: Internal pop2 clock not in sync with Sync Clock(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping The rpointer.ocn.restart file points to the 1950-01-03 file, whereas the other pointer files point to 1950-2-18.If I change rpointer.ocn.restart file to 1950-2-18,it will get back to 1950-1-03.So what should I do ?Thank you very much!
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
This can happen with the run fails in the middle of writing restarts. The best way would be to go into your archive/rest directory and to copy the last set of restarts files into the run directory.
 
Top