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

Fail to resubmit for CESM on cheyenne

Hi all, Hopefully I'm not the only one who encountered this problem:The CESM 1.2.2 built on Cheyenne machine seems to be unable to resubmit, the error message from the standard output file is 
"RESUBMIT is now XX./xmlchange: Command not found../xmlchange: Command not found.qsub: script file:: No such file or directoryccsm_postrun error: problem sourcing tempres/glade2/scratch2/bowenzh/B1850C5CN_flxBEP_SNB/run/Tools/ccsm_getenv: No such file or directory.gzip: timing/ccsm_timing_stats.171120-221716: No such file or directory"
I got some advice that this is due to "Tools isn’t getting copied into your case when you set it up" but then I have no idea why this happened.
Any guidance or help are highly appreciated!
 
Edit file:scripts/ccsm_utils/Tools/cesm_postrun_setup, as show below, which is one line you need to add.===================================================================--- scripts/ccsm_utils/Tools/cesm_postrun_setup (revision 84764)+++ scripts/ccsm_utils/Tools/cesm_postrun_setup (working copy)@@ -78,6 +78,8 @@     @ RESUBMIT = $RESUBMIT - 1     echo RESUBMIT is now $RESUBMIT +    cd $CASEROOT+     #tcraig: reset CONTINUE_RUN on RESUBMIT if NOT doing timing runs     #use COMP_RUN_BARRIERS as surrogate for timing run logical     if ($?COMP_RUN_BARRIERS) then 
 
Hello, I have also encountered this problem.And I have tried the suggestion mentioned here, but the problem still exsit.------------------------------------------------------if ($RESUBMIT > 0) then    @ RESUBMIT = $RESUBMIT - 1    echo RESUBMIT is now $RESUBMIT **    cd $CASEROOT    #tcraig: reset CONTINUE_RUN on RESUBMIT if NOT doing timing runs    #use COMP_RUN_BARRIERS as surrogate for timing run logical    if ($?COMP_RUN_BARRIERS) then---------------------------------------------------- I am wondering how you solve the problem? just by adding the ** line as shown above? Thanks,Jun
 
Top