[Dart-dev] [6764] DART/trunk/models/CESM/shell_scripts/CESM1_1_1_setup_initial: Adding a comment about usage and an early exit to

nancy at ucar.edu nancy at ucar.edu
Wed Jan 29 15:04:34 MST 2014


Revision: 6764
Author:   thoar
Date:     2014-01-29 15:04:34 -0700 (Wed, 29 Jan 2014)
Log Message:
-----------
Adding a comment about usage and an early exit to
encourage people to use a (hopefully) more appropriate script.

Modified Paths:
--------------
    DART/trunk/models/CESM/shell_scripts/CESM1_1_1_setup_initial

-------------- next part --------------
Modified: DART/trunk/models/CESM/shell_scripts/CESM1_1_1_setup_initial
===================================================================
--- DART/trunk/models/CESM/shell_scripts/CESM1_1_1_setup_initial	2014-01-29 19:03:31 UTC (rev 6763)
+++ DART/trunk/models/CESM/shell_scripts/CESM1_1_1_setup_initial	2014-01-29 22:04:34 UTC (rev 6764)
@@ -6,6 +6,14 @@
 #
 # DART $Id$
 
+echo "This script is a special case. It creates an initial ensemble of"
+echo "CESM model components from various CESM runs. POP states comes from"
+echo "one experiment, CAM from another, CLM,ROF from a third."
+echo "Unless you are a CESM expert, you should not run this script."
+echo "Look for CESM1_1_1_setup_hybrid instead."
+
+exit
+
 # ---------------------
 # Purpose
 # ---------------------


More information about the Dart-dev mailing list