[Dart-dev] [6031] DART/branches/development/models/CESM/shell_scripts: update todo list, start with only calling the cam
nancy at ucar.edu
nancy at ucar.edu
Tue Apr 2 16:05:33 MDT 2013
Revision: 6031
Author: nancy
Date: 2013-04-02 16:05:33 -0600 (Tue, 02 Apr 2013)
Log Message:
-----------
update todo list, start with only calling the cam
assimilate script for a first test.
Modified Paths:
--------------
DART/branches/development/models/CESM/shell_scripts/README
DART/branches/development/models/CESM/shell_scripts/assimilate.csh
-------------- next part --------------
Modified: DART/branches/development/models/CESM/shell_scripts/README
===================================================================
--- DART/branches/development/models/CESM/shell_scripts/README 2013-04-02 22:03:42 UTC (rev 6030)
+++ DART/branches/development/models/CESM/shell_scripts/README 2013-04-02 22:05:33 UTC (rev 6031)
@@ -23,5 +23,8 @@
files in each of the user_nl_* namelists
+look for name conflicts - the run directory
+for filter, the assimilate scripts themselves,
+the inflation files, etc.
Modified: DART/branches/development/models/CESM/shell_scripts/assimilate.csh
===================================================================
--- DART/branches/development/models/CESM/shell_scripts/assimilate.csh 2013-04-02 22:03:42 UTC (rev 6030)
+++ DART/branches/development/models/CESM/shell_scripts/assimilate.csh 2013-04-02 22:05:33 UTC (rev 6031)
@@ -13,8 +13,10 @@
echo "`date` -- BEGIN CESM ASSIMILATE"
./cam_assimilate.csh
-./pop_assimilate.csh
-./clm_assimilate.csh
+# for now, just call the cam script
+#./pop_assimilate.csh
+#./clm_assimilate.csh
+
exit 0
More information about the Dart-dev
mailing list