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

rpointer.drv does not exist

Hello!

I am running CESM1.0 on bluefire and set up a much longer run than I had done previously, however, I forgot to increase the wall clock time so that my job quit prematurely. I thought, "no problem, I'll just resubmit it as a continue run", but for some reason it keeps crashing.

I used:

xmlchange -file env_run.xml -id CONTINUE_RUN -val TRUE
xmlchange -file env_run.xml -id STOP_OPTION -val nmonths
xmlchange -file env_run.xml -id STOP_N -val 7 (to finish the year I started)

and made sure to increase the wall clock time to 6:00, however, it doesn't seem to be able to find my rpointer files. My cpl.log file gets to the line

(seq_infodata_Restart) read rpointer file rpointer.drv

but doesn't continue. Also other log files say something to the effect of file pointer rpointer.drv does not exist.

Is this because they were never written when my job was dropped due to exceeding the wall clock time? Is there anyway I can continue this run? Your help is greatly appreciated!
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
You can only restart this run if the rpointer files has been written:
• rpointer.atm
• rpointer.drv
• rpointer.ice
• rpointer.lnd
• rpointer.ocn.ovf
• rpointer.ocn.restart

By default, the rpointer files are written at the end of the run. So, if you run crashed stopped before completion, it is unlikely that you have the files necessary to restart the run. Except if before starting your run, you had changed the frequency of the restart files (by editing the variables: REST_OPTION and REST_N in env_run.xml)
 
Top