[Dart-dev] [5448] DART/branches/development/models/cam/shell_scripts/CESM_setup_zagar. csh: fixed restart setting - Zagar test is an all-coldstart experiment
nancy at ucar.edu
nancy at ucar.edu
Wed Dec 14 16:24:07 MST 2011
Revision: 5448
Author: thoar
Date: 2011-12-14 16:24:07 -0700 (Wed, 14 Dec 2011)
Log Message:
-----------
fixed restart setting - Zagar test is an all-coldstart experiment
Modified Paths:
--------------
DART/branches/development/models/cam/shell_scripts/CESM_setup_zagar.csh
-------------- next part --------------
Modified: DART/branches/development/models/cam/shell_scripts/CESM_setup_zagar.csh
===================================================================
--- DART/branches/development/models/cam/shell_scripts/CESM_setup_zagar.csh 2011-12-14 22:40:41 UTC (rev 5447)
+++ DART/branches/development/models/cam/shell_scripts/CESM_setup_zagar.csh 2011-12-14 23:24:07 UTC (rev 5448)
@@ -363,13 +363,12 @@
echo 'which means CONTINUE_RUN should be FALSE in ccsm_postrun.csh'
echo ''
-# TJH turning off to see what happens with a BRANCH run
-#ex ccsm_postrun.csh <<ex_end
-#/use COMP_RUN_BARRIERS as surrogate for timing run logical/
-#/CONTINUE_RUN/
-#s;TRUE;FALSE;
-#wq
-#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
@@ -430,7 +429,7 @@
sed s/$QUEUE[3]/$queue/ < $case.$mach.run >! temp
/bin/mv temp $case.$mach.run
-chmod 0744 $case.$mach.run
+chmod 0774 $case.$mach.run
# ====================================================================
# Submit job
More information about the Dart-dev
mailing list