[Dart-dev] DART/branches Revision: 12355

dart at ucar.edu dart at ucar.edu
Wed Jan 17 17:25:07 MST 2018


thoar at ucar.edu
2018-01-17 17:25:07 -0700 (Wed, 17 Jan 2018)
70
Renaming the internal paths to reflect 'cesm1_x' instead of 'CESM1_x'



Modified: DART/branches/cesm_clm/models/clm/shell_scripts/cesm1_x/CESM1_1_1_setup_hybrid
===================================================================
--- DART/branches/cesm_clm/models/clm/shell_scripts/cesm1_x/CESM1_1_1_setup_hybrid	2018-01-18 00:17:57 UTC (rev 12354)
+++ DART/branches/cesm_clm/models/clm/shell_scripts/cesm1_x/CESM1_1_1_setup_hybrid	2018-01-18 00:25:07 UTC (rev 12355)
@@ -66,7 +66,7 @@
 #
 # -- Examine the whole script to identify things to change for your experiments.
 #
-# -- Edit this script in the $DART/models/clm/shell_scripts/CESM1_x directory
+# -- Edit this script in the $DART/models/clm/shell_scripts/cesm1_x directory
 #    or copy it to somewhere where it will be preserved.
 #
 # -- Locate the initial multi-instance files that CESM will need.
@@ -349,7 +349,7 @@
 # ==============================================================================
 
 if ( ! -e CESM_DART_config ) then
-   ${COPY} ${dartroot}/models/clm/shell_scripts/CESM1_x/CESM_DART_config .
+   ${COPY} ${dartroot}/models/clm/shell_scripts/cesm1_x/CESM_DART_config .
 endif
 
 if (   -e CESM_DART_config ) then
@@ -360,7 +360,7 @@
 else
    echo "WARNING: the script to configure for data assimilation is not available."
    echo "         CESM_DART_config should be present locally or in"
-   echo "         ${dartroot}/models/clm/shell_scripts/CESM1_x/"
+   echo "         ${dartroot}/models/clm/shell_scripts/cesm1_x/"
    echo "         You can stage this script later, but you must manually edit it"
    echo "         to reflect the location of the DART code tree."
 endif
@@ -378,7 +378,7 @@
 if ( (${COMP_OCN} != socn) || (${COMP_ATM} != datm) ) then
    echo " "
    echo "ERROR: This setup script is not appropriate for active ocean or atmospheric compsets."
-   echo "ERROR: Please use the models/CESM/shell_scripts/CESM1_x/ examples for that case."
+   echo "ERROR: Please use the models/CESM/shell_scripts/cesm1_x/ examples for that case."
    echo " "
    exit -3
 endif
@@ -753,7 +753,7 @@
 # -or-
 #
 # we copy a template stream txt file from the
-# $dartroot/models/clm/shell_scripts/CESM1_x/ directory and modify one for each instance.
+# $dartroot/models/clm/shell_scripts/cesm1_x/ directory and modify one for each instance.
 #
 # ==============================================================================
 
@@ -790,11 +790,11 @@
    set streamname = $name_parse[$filename_index]
    set   instance = $name_parse[$instance_index]
 
-   if (-e $dartroot/models/clm/shell_scripts/CESM1_x/user_$streamname*template) then
+   if (-e $dartroot/models/clm/shell_scripts/cesm1_x/user_$streamname*template) then
 
       echo "Copying DART template for ${FNAME} and changing instances, runyear"
 
-      ${COPY} $dartroot/models/clm/shell_scripts/CESM1_x/user_$streamname*template ${FNAME}
+      ${COPY} $dartroot/models/clm/shell_scripts/cesm1_x/user_$streamname*template ${FNAME}
 
       sed s/NINST/$instance/g ${FNAME} >! out.$$
       sed s/RUNYEAR/$start_year/g  out.$$ >! ${FNAME}

Modified: DART/branches/cesm_clm/models/clm/shell_scripts/cesm1_x/CESM1_1_1_setup_pmo
===================================================================
--- DART/branches/cesm_clm/models/clm/shell_scripts/cesm1_x/CESM1_1_1_setup_pmo	2018-01-18 00:17:57 UTC (rev 12354)
+++ DART/branches/cesm_clm/models/clm/shell_scripts/cesm1_x/CESM1_1_1_setup_pmo	2018-01-18 00:25:07 UTC (rev 12355)
@@ -60,7 +60,7 @@
 #
 # -- Examine the whole script to identify things to change for your experiments.
 #
-# -- Edit this script in the $DART/models/clm/shell_scripts/CESM1_x directory
+# -- Edit this script in the $DART/models/clm/shell_scripts/cesm1_x directory
 #    or copy it to somewhere where it will be preserved.
 #
 # -- Locate the initial condition files that CESM will need.
@@ -358,7 +358,7 @@
 # ==============================================================================
 
 if ( ! -e CESM_DART_config ) then
-   ${COPY} ${dartroot}/models/clm/shell_scripts/CESM1_x/CESM_DART_config .
+   ${COPY} ${dartroot}/models/clm/shell_scripts/cesm1_x/CESM_DART_config .
 endif
 
 if (   -e CESM_DART_config ) then
@@ -369,7 +369,7 @@
 else
    echo "WARNING: the script to configure for data assimilation is not available."
    echo "         CESM_DART_config should be present locally or in"
-   echo "         ${dartroot}/models/clm/shell_scripts/CESM1_x/"
+   echo "         ${dartroot}/models/clm/shell_scripts/cesm1_x/"
    echo "         You can stage this script later, but you must manually edit it"
    echo "         to reflect the location of the DART code tree."
 endif
@@ -387,7 +387,7 @@
 if ( (${COMP_OCN} != socn) || (${COMP_ATM} != datm) ) then
    echo " "
    echo "ERROR: This setup script is not appropriate for active ocean or atmospheric compsets."
-   echo "ERROR: Please use the models/CESM/shell_scripts/CESM1_x examples for that case."
+   echo "ERROR: Please use the models/CESM/shell_scripts/cesm1_x examples for that case."


More information about the Dart-dev mailing list