[Dart-dev] [5486] DART/branches/development/models/cam/shell_scripts/CESM_setup_hybrid .csh: The CONTINUE_RUN must be set to FALSE ...

nancy at ucar.edu nancy at ucar.edu
Tue Jan 10 14:19:12 MST 2012


Revision: 5486
Author:   thoar
Date:     2012-01-10 14:19:11 -0700 (Tue, 10 Jan 2012)
Log Message:
-----------
The CONTINUE_RUN must be set to FALSE ... in both the env_run.xml and in the
Tools/ccsm_postrun.csh script.  I have not yet tested the SourceMods to prevent
CAM from writing its restart files - since they will never be used. We do
need the history files ... so I'm curious if we can prevent ONLY the one.

Modified Paths:
--------------
    DART/branches/development/models/cam/shell_scripts/CESM_setup_hybrid.csh

-------------- next part --------------
Modified: DART/branches/development/models/cam/shell_scripts/CESM_setup_hybrid.csh
===================================================================
--- DART/branches/development/models/cam/shell_scripts/CESM_setup_hybrid.csh	2012-01-10 20:36:25 UTC (rev 5485)
+++ DART/branches/development/models/cam/shell_scripts/CESM_setup_hybrid.csh	2012-01-10 21:19:11 UTC (rev 5486)
@@ -194,6 +194,7 @@
 # The river transport model ON is useful only when using an active ocean or
 # land surface diagnostics.
 
+./xmlchange -file env_run.xml      -id CONTINUE_RUN     -val FALSE
 ./xmlchange -file env_run.xml      -id RESUBMIT         -val $resubmit
 ./xmlchange -file env_run.xml      -id STOP_OPTION      -val $stop_option
 ./xmlchange -file env_run.xml      -id STOP_N           -val $stop_n
@@ -351,19 +352,19 @@
 # We are trying to make all resubmits to be continuation ... 
 # ====================================================================
 
-# TJH cd ${caseroot}/Tools
+cd ${caseroot}/Tools
 
-# TJH echo ''
-# TJH echo 'Require all resubmits to be hybrid starts, which means'
-# TJH echo 'CONTINUE_RUN should be FALSE in Tools/ccsm_postrun.csh'
-# TJH echo ''
+echo ''
+echo 'Require all resubmits to be hybrid starts, which means'
+echo 'CONTINUE_RUN should be FALSE in Tools/ccsm_postrun.csh'
+echo ''
 
-# TJH ex ccsm_postrun.csh <<ex_end
-# TJH /use COMP_RUN_BARRIERS as surrogate for timing run logical/
-# TJH /CONTINUE_RUN/
-# TJH s;TRUE;FALSE;
-# TJH wq
-# TJH ex_end
+ex ccsm_postrun.csh <<ex_end
+/use COMP_RUN_BARRIERS as surrogate for timing run logical/
+/CONTINUE_RUN/
+s;TRUE;FALSE;
+wq
+ex_end
 
 # ====================================================================
 # build


More information about the Dart-dev mailing list