[Dart-dev] [6317] DART/trunk/models/CESM/shell_scripts: move the 'exit 0' line in one of the scripts to

nancy at ucar.edu nancy at ucar.edu
Fri Jul 19 09:05:34 MDT 2013


Revision: 6317
Author:   nancy
Date:     2013-07-19 09:05:32 -0600 (Fri, 19 Jul 2013)
Log Message:
-----------
move the 'exit 0' line in one of the scripts to
the end of the 'here' document.

Modified Paths:
--------------
    DART/trunk/models/CESM/shell_scripts/CESM1_1_1_continuation.csh
    DART/trunk/models/CESM/shell_scripts/CESM1_1_1_initial.csh

-------------- next part --------------
Modified: DART/trunk/models/CESM/shell_scripts/CESM1_1_1_continuation.csh
===================================================================
--- DART/trunk/models/CESM/shell_scripts/CESM1_1_1_continuation.csh	2013-07-18 21:34:25 UTC (rev 6316)
+++ DART/trunk/models/CESM/shell_scripts/CESM1_1_1_continuation.csh	2013-07-19 15:05:32 UTC (rev 6317)
@@ -839,7 +839,6 @@
 
    let inst=inst+1
 done
-exit 0
 
 # reset the env_run options for a continue run
 ./xml_changes_for_stepN.sh
@@ -848,6 +847,8 @@
 # runs worked before failing.
 # ./xmlchange RESUBMIT=$resubmit
 
+exit 0
+
 EndOfText
 chmod 0775 reset_last_successful_step.sh
 

Modified: DART/trunk/models/CESM/shell_scripts/CESM1_1_1_initial.csh
===================================================================
--- DART/trunk/models/CESM/shell_scripts/CESM1_1_1_initial.csh	2013-07-18 21:34:25 UTC (rev 6316)
+++ DART/trunk/models/CESM/shell_scripts/CESM1_1_1_initial.csh	2013-07-19 15:05:32 UTC (rev 6317)
@@ -857,7 +857,6 @@
 
    let inst=inst+1
 done
-exit 0
 
 # reset the env_run options for a continue run
 ./xml_changes_for_stepN.sh
@@ -866,6 +865,8 @@
 # runs worked before failing.
 # ./xmlchange RESUBMIT=$resubmit
 
+exit 0
+
 EndOfText
 chmod 0775 reset_last_successful_step.sh
 


More information about the Dart-dev mailing list