[Dart-dev] DART/branches Revision: 12948

dart at ucar.edu dart at ucar.edu
Fri Jan 4 11:20:16 MST 2019


thoar at ucar.edu
2019-01-04 11:20:16 -0700 (Fri, 04 Jan 2019)
180
Adding the compress.csh script required by DART_config and the
standalone.pbs script I have been using to test filter given a
directory of CESM CAM output.
Adding svn properties.




Modified: DART/branches/recam/models/cam-fv/shell_scripts/cesm2_1/DART_config.template
===================================================================
--- DART/branches/recam/models/cam-fv/shell_scripts/cesm2_1/DART_config.template	2019-01-04 00:38:45 UTC (rev 12947)
+++ DART/branches/recam/models/cam-fv/shell_scripts/cesm2_1/DART_config.template	2019-01-04 18:20:16 UTC (rev 12948)
@@ -4,7 +4,7 @@
 # by UCAR, "as is", without charge, subject to all terms of use at
 # http://www.image.ucar.edu/DAReS/DART/DART_download
 #
-# DART $Id: DART_config.template 12675 2018-06-18 17:12:21Z raeder at ucar.edu $
+# DART $Id$
 
 # ---------------------
 # Purpose
@@ -67,7 +67,6 @@
 setenv DART_SCRIPTS_DIR       $DARTROOT/models/cam-fv/shell_scripts/your_setup_script_dir
 echo "DART_SCRIPTS_DIR = $DART_SCRIPTS_DIR"
 
-# /glade/p/image/Observations/NCEP+ACARS
 setenv BASEOBSDIR             your_observation_path
 
 setenv SAVE_EVERY_MTH_RESTART days_between_archiving_restarts
@@ -370,6 +369,7 @@
 exit 0
 
 # <next few lines under version control, do not edit>
-# $URL: https://svn-dares-dart.cgd.ucar.edu/DART/branches/recam/models/cam-fv/shell_scripts/cesm2_0/DART_config.template $
-# $Revision: 12675 $
-# $Date: 2018-06-18 11:12:21 -0600 (Mon, 18 Jun 2018) $
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/branches/recam/models/cam-fv/shell_scripts/cesm2_1/DART_config.template
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Rev Author HeadURL Id
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: DART/branches/recam/models/cam-fv/shell_scripts/cesm2_1/assimilate.csh.template
===================================================================
--- DART/branches/recam/models/cam-fv/shell_scripts/cesm2_1/assimilate.csh.template	2019-01-04 00:38:45 UTC (rev 12947)
+++ DART/branches/recam/models/cam-fv/shell_scripts/cesm2_1/assimilate.csh.template	2019-01-04 18:20:16 UTC (rev 12948)
@@ -4,7 +4,7 @@
 # by UCAR, "as is", without charge, subject to all terms of use at
 # http://www.image.ucar.edu/DAReS/DART/DART_download
 #
-# DART $Id: assimilate.csh.template 12675 2018-06-18 17:12:21Z raeder at ucar.edu $
+# DART $Id$
 
 # This script is designed to interface cesm2_0_beta05 or later
 # and $dart/rma_trunk v11###.
@@ -867,8 +867,7 @@
 exit 0
 
 # <next few lines under version control, do not edit>
-# $URL: https://svn-dares-dart.cgd.ucar.edu/DART/branches/recam/models/cam-fv/shell_scripts/cesm2_0/assimilate.csh.template $
-# $Revision: 12675 $
-# $Date: 2018-06-18 11:12:21 -0600 (Mon, 18 Jun 2018) $
+# $URL$
+# $Revision$
+# $Date$
 
-


Property changes on: DART/branches/recam/models/cam-fv/shell_scripts/cesm2_1/assimilate.csh.template
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Date Rev Author HeadURL Id
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: DART/branches/recam/models/cam-fv/shell_scripts/cesm2_1/compress.csh
===================================================================
--- DART/branches/recam/models/cam-fv/shell_scripts/cesm2_1/compress.csh	                        (rev 0)
+++ DART/branches/recam/models/cam-fv/shell_scripts/cesm2_1/compress.csh	2019-01-04 18:20:16 UTC (rev 12948)
@@ -0,0 +1,325 @@
+#!/bin/tcsh
+#
+# DART software - Copyright 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
+#
+# DART $Id$


More information about the Dart-dev mailing list