[Dart-dev] [9010] DART/trunk/models/clm/shell_scripts: The directory with the initial ensemble was scrubbed, so this refers to the

nancy at ucar.edu nancy at ucar.edu
Thu Nov 5 15:39:22 MST 2015


Revision: 9010
Author:   thoar
Date:     2015-11-05 15:39:22 -0700 (Thu, 05 Nov 2015)
Log Message:
-----------
The directory with the initial ensemble was scrubbed, so this refers to the
reinstated location that is not scrubbable.

Additionally, the test for a standalone CLM run was inaccurate.
It should fail if a STUB ocean is not used (not a DATA ocean).

Modified Paths:
--------------
    DART/trunk/models/clm/shell_scripts/CESM1_1_1_setup_hybrid
    DART/trunk/models/clm/shell_scripts/CESM1_1_1_setup_pmo
    DART/trunk/models/clm/shell_scripts/CESM1_2_1_setup_hybrid
    DART/trunk/models/clm/shell_scripts/CESM1_2_1_setup_pmo

-------------- next part --------------
Modified: DART/trunk/models/clm/shell_scripts/CESM1_1_1_setup_hybrid
===================================================================
--- DART/trunk/models/clm/shell_scripts/CESM1_1_1_setup_hybrid	2015-11-05 22:25:19 UTC (rev 9009)
+++ DART/trunk/models/clm/shell_scripts/CESM1_1_1_setup_hybrid	2015-11-05 22:39:22 UTC (rev 9010)
@@ -30,7 +30,7 @@
 # DATM: We are using an ensemble of data atmospheres. This requires modification of
 #       the stream text files (and the stream files) for each CESM instance.
 #
-# DOCN: We are using a single data ocean.
+# SOCN: We are using a stub ocean.
 #
 # Much of the complexity comes from ensuring compatibility between the namelists
 # for each instance and staging of the files. The original experiments were run
@@ -180,7 +180,7 @@
 setenv refdate      $refyear-$refmon-$refday
 setenv reftimestamp $refyear-$refmon-$refday-$reftod
 
-setenv stagedir /glade/scratch/afox/archive/$refcase/rest/${reftimestamp}
+setenv stagedir /glade/p/image/RDA_strawman/CESM_ensembles/CLM/CLM4/I_2000_CN_f09_f09/rest/${reftimestamp}
 
 setenv bug1730_workaround  on
 setenv bug1934_workaround  on
@@ -373,9 +373,9 @@
 
 source ./Tools/ccsm_getenv || exit -2
 
-# Make sure the case is configured with a data ocean and a data atmosphere.
+# Make sure the case is configured with a stub ocean and a data atmosphere.
 
-if ( (${COMP_OCN} != docn) || (${COMP_ATM} != datm) ) then
+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 examples for that case."

Modified: DART/trunk/models/clm/shell_scripts/CESM1_1_1_setup_pmo
===================================================================
--- DART/trunk/models/clm/shell_scripts/CESM1_1_1_setup_pmo	2015-11-05 22:25:19 UTC (rev 9009)
+++ DART/trunk/models/clm/shell_scripts/CESM1_1_1_setup_pmo	2015-11-05 22:39:22 UTC (rev 9010)
@@ -24,7 +24,7 @@
 # DATM: We are using an ensemble of data atmospheres. This requires modification of
 #       the stream text files (and the stream files) for each CESM instance.
 #
-# DOCN: We are using a single data ocean.
+# SOCN: We are using a stub ocean.
 #
 # This script has a counterpart that is a multi-instance setup for either a
 # free run or an assimilation experiment. To make it easy to maintain (and
@@ -189,7 +189,7 @@
 setenv refdate      $refyear-$refmon-$refday
 setenv reftimestamp $refyear-$refmon-$refday-$reftod
 
-setenv stagedir /glade/scratch/afox/archive/$refcase/rest/${reftimestamp}
+setenv stagedir /glade/p/image/RDA_strawman/CESM_ensembles/CLM/CLM4/I_2000_CN_f09_f09/rest/${reftimestamp}
 
 setenv bug1730_workaround  on
 setenv bug1934_workaround  on
@@ -382,9 +382,9 @@
 
 source ./Tools/ccsm_getenv || exit -2
 
-# Make sure the case is configured with a data ocean and a data atmosphere.
+# Make sure the case is configured with a stub ocean and a data atmosphere.
 
-if ( (${COMP_OCN} != docn) || (${COMP_ATM} != datm) ) then
+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 examples for that case."

Modified: DART/trunk/models/clm/shell_scripts/CESM1_2_1_setup_hybrid
===================================================================
--- DART/trunk/models/clm/shell_scripts/CESM1_2_1_setup_hybrid	2015-11-05 22:25:19 UTC (rev 9009)
+++ DART/trunk/models/clm/shell_scripts/CESM1_2_1_setup_hybrid	2015-11-05 22:39:22 UTC (rev 9010)
@@ -30,7 +30,7 @@
 # DATM: We are using an ensemble of data atmospheres. This requires modification of
 #       the stream text files (and the stream files) for each CESM instance.
 #
-# DOCN: We are using a single data ocean.
+# SOCN: We are using a stub ocean.
 #
 # Much of the complexity comes from ensuring compatibility between the namelists
 # for each instance and staging of the files. The original experiments were run
@@ -384,7 +384,7 @@
 
 source ./Tools/ccsm_getenv || exit -2
 
-# Make sure the case is configured with a data ocean and a data atmosphere.
+# Make sure the case is configured with a stub ocean and a data atmosphere.
 
 if ( (${COMP_OCN} != socn) || (${COMP_ATM} != datm) ) then
    echo " "

Modified: DART/trunk/models/clm/shell_scripts/CESM1_2_1_setup_pmo
===================================================================
--- DART/trunk/models/clm/shell_scripts/CESM1_2_1_setup_pmo	2015-11-05 22:25:19 UTC (rev 9009)
+++ DART/trunk/models/clm/shell_scripts/CESM1_2_1_setup_pmo	2015-11-05 22:39:22 UTC (rev 9010)
@@ -24,7 +24,7 @@
 # DATM: We are using an ensemble of data atmospheres. This requires modification of
 #       the stream text files (and the stream files) for each CESM instance.
 #
-# DOCN: We are using a single data ocean.
+# SOCN: We are using a stub ocean.
 #
 # This script has a counterpart that is a multi-instance setup for either a
 # free run or an assimilation experiment. To make it easy to maintain (and
@@ -114,6 +114,7 @@
 # ==============================================================================
 # 2000_DATM%QIA_CLM40%CN_SICE_SOCN_RTM_SGLC_SWAV (I_2000_CN)       (ICN)
 # 2000_DATM%QIA_CLM45%CN_SICE_SOCN_RTM_SGLC_SWAV (I_2000_CLM45_CN) (ICLM45CN)
+# 2000_DATM%QIA_CLM45%BGC_SICE_SOCN_RTM_SGLC_SWAV (I_2000_CLM45_BGC) (ICLM45BGC)
 
 setenv case                 clm1_2_1_pmo
 setenv compset              I_2000_CN
@@ -392,7 +393,7 @@
 
 source ./Tools/ccsm_getenv || exit -2
 
-# Make sure the case is configured with a data ocean and a data atmosphere.
+# Make sure the case is configured with a stub ocean and a data atmosphere.
 
 if ( (${COMP_OCN} != socn) || (${COMP_ATM} != datm) ) then
    echo " "


More information about the Dart-dev mailing list