[Dart-dev] [9964] DART/trunk/models/cam/shell_scripts_julio/assimilate1_5.csh: Fix to the location of the Hide directory.

nancy at ucar.edu nancy at ucar.edu
Mon Mar 14 15:44:11 MDT 2016


Revision: 9964
Author:   raeder
Date:     2016-03-14 15:44:11 -0600 (Mon, 14 Mar 2016)
Log Message:
-----------
Fix to the location of the Hide directory.

Modified Paths:
--------------
    DART/trunk/models/cam/shell_scripts_julio/assimilate1_5.csh

-------------- next part --------------
Modified: DART/trunk/models/cam/shell_scripts_julio/assimilate1_5.csh
===================================================================
--- DART/trunk/models/cam/shell_scripts_julio/assimilate1_5.csh	2016-03-14 19:05:33 UTC (rev 9963)
+++ DART/trunk/models/cam/shell_scripts_julio/assimilate1_5.csh	2016-03-14 21:44:11 UTC (rev 9964)
@@ -81,10 +81,10 @@
 
 # Move any hidden restart sets back into the run directory so they can be used or purged.
 set echo verbose
-ls -d Hide*
+ls -d ../Hide*
 if ($status == 0) then
-   $MOVE Hide*/* .
-   rmdir Hide*
+   $MOVE ../Hide*/* .
+   rmdir ../Hide*
 endif
 
 # Cwd is currently RUNDIR.


More information about the Dart-dev mailing list