[Dart-dev] [6129] DART/branches/development/models/CESM/shell_scripts/ CESM_setup_hybrid_from_prev_run.csh: update the xmlchange instructions to use the shorter syntax;

nancy at ucar.edu nancy at ucar.edu
Fri May 10 15:26:18 MDT 2013


Revision: 6129
Author:   nancy
Date:     2013-05-10 15:26:17 -0600 (Fri, 10 May 2013)
Log Message:
-----------
update the xmlchange instructions to use the shorter syntax;
fix the names of the scripts that this script creates.

Modified Paths:
--------------
    DART/branches/development/models/CESM/shell_scripts/CESM_setup_hybrid_from_prev_run.csh

-------------- next part --------------
Modified: DART/branches/development/models/CESM/shell_scripts/CESM_setup_hybrid_from_prev_run.csh
===================================================================
--- DART/branches/development/models/CESM/shell_scripts/CESM_setup_hybrid_from_prev_run.csh	2013-05-10 18:55:01 UTC (rev 6128)
+++ DART/branches/development/models/CESM/shell_scripts/CESM_setup_hybrid_from_prev_run.csh	2013-05-10 21:26:17 UTC (rev 6129)
@@ -888,13 +888,14 @@
 echo "For continued submissions after the initial (hybrid) startup,"
 echo "make the following changes to the env_run variables:"
 echo ""
-echo "  ./xmlchange -file env_run.xml -id CONTINUE_RUN  -val TRUE"
-echo "  ./xmlchange -file env_run.xml -id RESUBMIT      -val <number_of_cycles_to_run>"
-echo "  ./xmlchange -file env_run.xml -ie STOP_N        -val $assim_n"
+echo "  ./xmlchange CONTINUE_RUN=TRUE"
+echo "  ./xmlchange RESUBMIT=<number_of_cycles_to_run>"
+echo "  ./xmlchange STOP_N=$assim_n"
 echo ""
 echo "The shell script 'stepN.sh' will do this for you."
-echo "If you have to start over, 'step1.sh' will reset the original files"
-echo " for the first timestep."
+echo "If you have to start over, 'reset_step1.sh' will reset the original files"
+echo " for the first timestep. 'reset_last_successful_step.sh' will set up the"
+echo " files from the last fully successful model advance/assimilation."
 echo ""
 echo "Check the streams listed in the streams text files.  If more or different"
 echo 'dates need to be added, then do this in the $CASEROOT/user_*files*'


More information about the Dart-dev mailing list