[Dart-dev] [8946] DART/trunk/models/clm/shell_scripts: Changing the location of the initial ensemble since it was
nancy at ucar.edu
nancy at ucar.edu
Fri Oct 30 11:39:50 MDT 2015
Revision: 8946
Author: thoar
Date: 2015-10-30 11:39:50 -0600 (Fri, 30 Oct 2015)
Log Message:
-----------
Changing the location of the initial ensemble since it was
pointing to Andy Fox's scratch directory. Those files got scrubbed,
so we recovered them and put them in /glade/p/image/RDA_strawman
for the time being. At some point, we coordinate with RDA for a
more permanent place for these ensemble members.
Modified Paths:
--------------
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_2_1_setup_hybrid
===================================================================
--- DART/trunk/models/clm/shell_scripts/CESM1_2_1_setup_hybrid 2015-10-30 17:24:56 UTC (rev 8945)
+++ DART/trunk/models/clm/shell_scripts/CESM1_2_1_setup_hybrid 2015-10-30 17:39:50 UTC (rev 8946)
@@ -121,6 +121,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_hybrid
setenv compset I_2000_CN
@@ -170,6 +171,7 @@
# reftod
#
# stagedir The directory location of the reference case files.
+# This will surely change based on the compset and machine.
#
# bug1730_workaround If ANY history file will be created in the 'vector' format,
# this should be set to 'on'.
@@ -189,7 +191,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
@@ -384,7 +386,7 @@
# Make sure the case is configured with a data 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_pmo
===================================================================
--- DART/trunk/models/clm/shell_scripts/CESM1_2_1_setup_pmo 2015-10-30 17:24:56 UTC (rev 8945)
+++ DART/trunk/models/clm/shell_scripts/CESM1_2_1_setup_pmo 2015-10-30 17:39:50 UTC (rev 8946)
@@ -176,6 +176,7 @@
# with 80 instances, 1<= TRUTHinstance <= 80. NO LEADING ZEROS.
#
# stagedir The directory location of the reference case files.
+# This will surely change based on the compset and machine.
#
# bug1730_workaround If ANY history file will be created in the 'vector' format,
# this should be set to 'on'.
@@ -198,7 +199,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
@@ -393,7 +394,7 @@
# Make sure the case is configured with a data 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."
More information about the Dart-dev
mailing list