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

Missing Restart and History Files in Archive Directory

jentus

H Y
New Member
Dear all,


I ran CESM using the nhours setting for a total of 360 hours. CESM automatically archived the files to the archive directory, but I noticed that the rest/ folder does not contain any restart files. Additionally, the ocn/glc/ice subdirectories do not have history files.


I mainly need restart files at different time steps, but I am unable to find them. Could anyone help me understand what might have caused this issue? Do I need to rerun the simulation to obtain the restart files?


I would really appreciate any guidance or suggestions. Thank you in advance for your help!
 

jentus

H Y
New Member
Dear all,


I ran CESM using the nhours setting for a total of 360 hours. CESM automatically archived the files to the archive directory, but I noticed that the rest/ folder does not contain any restart files. Additionally, the ocn/glc/ice subdirectories do not have history files.


I mainly need restart files at different time steps, but I am unable to find them. Could anyone help me understand what might have caused this issue? Do I need to rerun the simulation to obtain the restart files?


I would really appreciate any guidance or suggestions. Thank you in advance for your help!
I also found that only the restart files for the first and last time steps were stored.
 
Vote Upvote 0 Downvote

slevis

Moderator
Staff member
The first thought that comes to my mind:
It may solve your problem to set
DOUT_S_SAVE_INTERIM_RESTART_FILES = TRUE
in your case's env_run.xml file.

Any other ideas out there?
 
Vote Upvote 0 Downvote

katec

CSEG and Liaisons
Staff member
Hi, There is an xml variable called "DOUT_S_SAVE_INTERIM_RESTART_FILES" that is set to False by default. This tells the model not to archive the restart files besides the last ones to save space on your machine. If you want the restart files along the way to be archived, set this variable to true with:
> ./xmlchange DOUT_S_SAVE_INTERIM_RESTART_FILES=TRUE

In your case directory.
 
Vote Upvote 0 Downvote
Top