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

Change the frequency that initial files are output

hannay

Cecile Hannay
AMWG Liaison
Staff member
From user:
I used restart files (at 2023-01-01) from an existing CESM run
and ran the model to 2023-01-04. Worked just fine. If I continue
the run from 2023-01-04 (i.e.,set CONTINUE_RUN=TRUE),
again it is fine. However, if I use the restart files saved on
2023-01-04 and start another hybrid run, the run didn't succeed
because it couldn't find an initial file called
"b40.rcp6_0.1deg.002.hybrid_cont.cam2.i.2023-01-04-00000.nc"
(notice the .i. in the file name). True, this file isn't saved
in my restart files. Do I need to turn on some flags
in the configure or run environmental variables in order to have
this one saved? If so what variables are they?
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
You can change the frequency that initial files will be output with the CAM namelist variable: inithist

By default:
inithist = 'YEARLY'

Valid values for inithist are:
'NONE', '6-HOURLY', 'DAILY', 'MONTHLY','YEARLY', 'CAMIOP', 'ENDOFRUN'.
 
Top