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 run of cam5 ?

njujyq@163_com

New Member
I find these files in the directory

rpointer.atm rpointer.drv rpointer.ice rpointer.lnd rpointer.ocn

if I want to contiue I modify drv_in like this :

&seq_infodata_inparm
case_name = '2000ar5'
ocean_tight_coupling = .true.
orb_iyear_ad = 1990
start_type = ''continue'
/

Then the model will find the restart file it self ?

Is that all ?

Any thing else needed?
 

eaton

CSEG and Liaisons
To do a restart you need to specify the restart mode, and set the length of the run. To do this I would modify the build-namelist command that I used for the initial run by setting the start_type, stop_option, and stop_n namelist variables. For example, to extend the run by 1 month:

$cfgdir/build-namelist -namelist "&atm_in start_type='continue'
stop_option='nmonths' stop_n=1 /"

where $cfgdir is the directory in the source tree that contains the build-namelist utility.

Assuming that you use the same working directory as the initial (or previous) run, all the required restart files along with the rpointer files will be present and the model will use these to restart.
 
Top