[Dart-dev] [5519] DART/branches/development/models/cam/shell_scripts/ CESM_setup_startup.csh: Restored the part that stages the lt_archive. csh script.

nancy at ucar.edu nancy at ucar.edu
Thu Jan 19 20:51:43 MST 2012


Revision: 5519
Author:   thoar
Date:     2012-01-19 20:51:43 -0700 (Thu, 19 Jan 2012)
Log Message:
-----------
Restored the part that stages the lt_archive.csh script.

Modified Paths:
--------------
    DART/branches/development/models/cam/shell_scripts/CESM_setup_startup.csh

-------------- next part --------------
Modified: DART/branches/development/models/cam/shell_scripts/CESM_setup_startup.csh
===================================================================
--- DART/branches/development/models/cam/shell_scripts/CESM_setup_startup.csh	2012-01-19 21:18:28 UTC (rev 5518)
+++ DART/branches/development/models/cam/shell_scripts/CESM_setup_startup.csh	2012-01-20 03:51:43 UTC (rev 5519)
@@ -368,6 +368,11 @@
 endif
 \cp -f ${DARTroot}/models/cam/shell_scripts/st_archive.sh Tools/.
 
+# The cesm1_1_beta04 release had an error in that it did not
+# provide the lt_archive.csh script, and the one in the repos
+# did not have the -p flag, which is a good idea. So, for now ...
+\cp -f ${cesmroot}/scripts/ccsm_utils/Tools/lt_archive.csh Tools/.
+
 \cp -f ${DARTroot}/models/cam/shell_scripts/assimilate.csh .
 \cp -f ${DARTroot}/models/cam/work/input.nml                .
 


More information about the Dart-dev mailing list