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

CESM 1.2.2, Compset FSDW, mach yellowstone, Resubmit is not resubmitting

Hi all,
I am doing a simulation with lots of modifications to the aurora module and other related modules. The simulation works fine. At the end of the simulation, it says it is successful, archives the data properly, and then claims to change the resubmit value down by one and resubmit. Issue is, it does NOT change the resubmit value in evn_run.xml as it claims, and it does NOT resubmit. Any ideas why?

-Ethan
 

jedwards

CSEG and Liaisons
Staff member
Hi Ethan, I think that this is due to the same bug that prevents timing files from being written... http://forum.cgd.ucar.edu/cesm122-problem-creating-timing-files-when-doutstrue
 
I'm willing to bet you are correct in your assessment of what is wrong. However the forum post you linked does not have the name of the file I need to make changes to or the location of that file. Could you tell me which file it is that needs changing and where it can be found? -Ethan
 

jedwards

CSEG and Liaisons
Staff member
In the case directory in file case.run find the line that looks like:
Code:
cd $RUNDIR; $CASETOOLS/st_archive.sh
and change it to:
Code:
cd $RUNDIR; $CASETOOLS/st_archive.sh; cd $CASEROOT
 To make this change for all future cases edit the file scripts/trunk/ccsm_utils/Tools/cesm_postrun_setupand make the same change.   
 
Top