[Dart-dev] [6504] DART/trunk/models/CESM/shell_scripts/assimilate.csh: add note that if you are skipping the CAM assimilation for any

nancy at ucar.edu nancy at ucar.edu
Wed Oct 9 15:10:49 MDT 2013


Revision: 6504
Author:   nancy
Date:     2013-10-09 15:10:49 -0600 (Wed, 09 Oct 2013)
Log Message:
-----------
add note that if you are skipping the CAM assimilation for any
reason, you still have to call a script to link the right initial
files for each ensemble member.

Modified Paths:
--------------
    DART/trunk/models/CESM/shell_scripts/assimilate.csh

-------------- next part --------------
Modified: DART/trunk/models/CESM/shell_scripts/assimilate.csh
===================================================================
--- DART/trunk/models/CESM/shell_scripts/assimilate.csh	2013-10-09 21:08:31 UTC (rev 6503)
+++ DART/trunk/models/CESM/shell_scripts/assimilate.csh	2013-10-09 21:10:49 UTC (rev 6504)
@@ -10,6 +10,11 @@
 # changes to this script such that the same script can be used
 # on multiple platforms. This will help us maintain the script.
 
+# if you are skipping the POP or CLM assimilations you can simply
+# comment out the calls to the xxx_assimilate.csh scripts.  however
+# if you are skipping the CAM assimilation you must replace the
+# call below with a call to ${CASEROOT}/cam_no_assimilate.csh
+
 echo "`date` -- BEGIN CESM ASSIMILATE"
 
 ${CASEROOT}/cam_assimilate.csh


More information about the Dart-dev mailing list