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.   
 
Back
Top