[Dart-dev] [5889] DART/trunk/models/wrf/shell_scripts: make sure the run_days is 0 as well as all the other run_ values.

nancy at ucar.edu nancy at ucar.edu
Wed Oct 3 15:28:20 MDT 2012


Revision: 5889
Author:   nancy
Date:     2012-10-03 15:28:19 -0600 (Wed, 03 Oct 2012)
Log Message:
-----------
make sure the run_days is 0 as well as all the other run_ values.
the start and end times get ignored if the run values are set,
and the scripts use start and end to control the cycling.

Modified Paths:
--------------
    DART/trunk/models/wrf/shell_scripts/advance_model.csh
    DART/trunk/models/wrf/shell_scripts/init_ensemble_var.csh

-------------- next part --------------
Modified: DART/trunk/models/wrf/shell_scripts/advance_model.csh
===================================================================
--- DART/trunk/models/wrf/shell_scripts/advance_model.csh	2012-09-27 22:50:56 UTC (rev 5888)
+++ DART/trunk/models/wrf/shell_scripts/advance_model.csh	2012-10-03 21:28:19 UTC (rev 5889)
@@ -435,6 +435,8 @@
 
       ${REMOVE} script.sed namelist.input
       cat >! script.sed << EOF
+         /run_days/c\
+         run_days                   = 0,
          /run_hours/c\
          run_hours                  = 0,
          /run_minutes/c\

Modified: DART/trunk/models/wrf/shell_scripts/init_ensemble_var.csh
===================================================================
--- DART/trunk/models/wrf/shell_scripts/init_ensemble_var.csh	2012-09-27 22:50:56 UTC (rev 5888)
+++ DART/trunk/models/wrf/shell_scripts/init_ensemble_var.csh	2012-10-03 21:28:19 UTC (rev 5889)
@@ -92,6 +92,8 @@
    ${REMOVE} script.sed
    @ seed_array2 = $n * 1000
    cat >! script.sed << EOF
+   /run_days/c\
+   run_days                   = 0,
    /run_hours/c\
    run_hours                  = 0,
    /run_minutes/c\


More information about the Dart-dev mailing list