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

Changing the frequency of saved restart files

I want to perform a 5-year run of CCSM3.5 with tarred restart files saved every year. I used the following settings in env_run. However, the model ran 5 years and only saved the final restart file, not all of them. What did I do wrong? Thanks, Michael

setenv STOP_OPTION nmonths
setenv STOP_N 60
setenv STOP_DATE -999
setenv REST_OPTION $STOP_OPTION
setenv REST_N 12
setenv REST_DATE $STOP_DATE
 
Top