[Dart-dev] svn:mime-type/ Revision: 12116

dart at ucar.edu dart at ucar.edu
Thu Nov 16 16:05:01 MST 2017


thoar at ucar.edu
2017-11-16 16:05:00 -0700 (Thu, 16 Nov 2017)
53
Adding a required do-nothign script, fixing a typo.




Modified: DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0_setup_ensemble
===================================================================
--- DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0_setup_ensemble	2017-11-16 22:45:25 UTC (rev 12115)
+++ DART/branches/cesm_clm/models/clm/shell_scripts/CESM2_0_setup_ensemble	2017-11-16 23:05:00 UTC (rev 12116)
@@ -332,7 +332,7 @@
 # DEBUG = TRUE implies turning on run and compile time debugging.
 # INFO_DBUG level of debug output, 0=minimum, 1=normal, 2=more, 3=too much.
 ./xmlchange DEBUG=FALSE
-./xmlchange DEBUGINFO_DBUG=0ALSE
+./xmlchange DEBUGINFO_DBUG=FALSE
 
 @ inst = 1
 while ( $inst <= $num_instances )

Added: DART/branches/cesm_clm/models/clm/shell_scripts/no_assimilate.csh
===================================================================
--- DART/branches/cesm_clm/models/clm/shell_scripts/no_assimilate.csh	                        (rev 0)
+++ DART/branches/cesm_clm/models/clm/shell_scripts/no_assimilate.csh	2017-11-16 23:05:00 UTC (rev 12116)
@@ -0,0 +1,19 @@
+#!/bin/csh
+#
+# 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$
+
+echo "`date` -- BEGIN CLM_NO_ASSIMILATE"
+echo " nothing to do "
+echo "`date` -- END   CLM_NO_ASSIMILATE"
+
+exit 0
+
+# <next few lines under version control, do not edit>
+# $URL$
+# $Revision$
+# $Date$
+


Property changes on: DART/branches/cesm_clm/models/clm/shell_scripts/no_assimilate.csh
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ 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


More information about the Dart-dev mailing list