[Dart-dev] [6030] DART/branches/development/models/CESM/shell_scripts/assimilate.csh: cover script

nancy at ucar.edu nancy at ucar.edu
Tue Apr 2 16:03:43 MDT 2013


Revision: 6030
Author:   nancy
Date:     2013-04-02 16:03:42 -0600 (Tue, 02 Apr 2013)
Log Message:
-----------
cover script

Added Paths:
-----------
    DART/branches/development/models/CESM/shell_scripts/assimilate.csh

-------------- next part --------------
Added: DART/branches/development/models/CESM/shell_scripts/assimilate.csh
===================================================================
--- DART/branches/development/models/CESM/shell_scripts/assimilate.csh	                        (rev 0)
+++ DART/branches/development/models/CESM/shell_scripts/assimilate.csh	2013-04-02 22:03:42 UTC (rev 6030)
@@ -0,0 +1,20 @@
+#!/bin/csh
+#
+# DART software - Copyright 2004 - 2011 UCAR. This open source software is
+# provided by UCAR, "as is", without charge, subject to all terms of use at
+# http://www.image.ucar.edu/DAReS/DART/DART_download
+#
+# $Id$
+
+# This block is an attempt to localize all the machine-specific
+# changes to this script such that the same script can be used
+# on multiple platforms. This will help us maintain the script.
+
+echo "`date` -- BEGIN CESM ASSIMILATE"
+
+./cam_assimilate.csh
+./pop_assimilate.csh
+./clm_assimilate.csh
+
+exit 0
+


Property changes on: DART/branches/development/models/CESM/shell_scripts/assimilate.csh
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author HeadURL Id
Added: svn:eol-style
   + native


More information about the Dart-dev mailing list