[Dart-dev] [5493] DART/branches/development/models/cam/shell_scripts/assimilate. startup.csh: Now that the short term archiver is saving cam initial files,

nancy at ucar.edu nancy at ucar.edu
Tue Jan 10 16:06:53 MST 2012


Revision: 5493
Author:   nancy
Date:     2012-01-10 16:06:53 -0700 (Tue, 10 Jan 2012)
Log Message:
-----------
Now that the short term archiver is saving cam initial files,
we don't need to make copies (slow and large), we can move
the files to the fixed names.  also clean up better so we
don't archive files we never want.

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

-------------- next part --------------
Modified: DART/branches/development/models/cam/shell_scripts/assimilate.startup.csh
===================================================================
--- DART/branches/development/models/cam/shell_scripts/assimilate.startup.csh	2012-01-10 22:57:50 UTC (rev 5492)
+++ DART/branches/development/models/cam/shell_scripts/assimilate.startup.csh	2012-01-10 23:06:53 UTC (rev 5493)
@@ -427,9 +427,9 @@
    #
    # IMPORTANT: The Tools/st_archive.sh script must be substantially modified.
 
-   ${COPY} ../../$LND_RESTART_FILENAME ../../clm_restart_${member}.nc
-   ${COPY} ../../$ICE_RESTART_FILENAME ../../ice_restart_${member}.nc
-   ${COPY} ../../$ATM_INITIAL_FILENAME ../../cam_initial_${member}.nc
+   ${MOVE} ../../$LND_RESTART_FILENAME ../../clm_restart_${member}.nc
+   ${MOVE} ../../$ICE_RESTART_FILENAME ../../ice_restart_${member}.nc
+   ${MOVE} ../../$ATM_INITIAL_FILENAME ../../cam_initial_${member}.nc
 
    cd ..
 
@@ -448,6 +448,16 @@
 wq
 ex_end
 
+# we (DART) do not need these files, and CESM does not need them either
+# to continue a run.  if we remove them here they do not get moved to
+# the short-term archiver.
+${REMOVE} ../*.rs.*
+${REMOVE} ../*.rh0.*
+${REMOVE} ../*.rs1.*
+${REMOVE} ../*cam.r.*
+${REMOVE} ../PET*ESMF_Logfile
+
+
 #-------------------------------------------------------------------------
 # Cleanup
 #-------------------------------------------------------------------------


More information about the Dart-dev mailing list