[Dart-dev] [7000] DART/trunk/models/wrf/shell_scripts/advance_model.csh: thanks to both kent knopfmeier and andy penny for

nancy at ucar.edu nancy at ucar.edu
Fri May 16 14:30:04 MDT 2014


Revision: 7000
Author:   nancy
Date:     2014-05-16 14:30:03 -0600 (Fri, 16 May 2014)
Log Message:
-----------
thanks to both kent knopfmeier and andy penny for
reporting that the default code for sorting boundary
condition filenames by time wasn't working.

Modified Paths:
--------------
    DART/trunk/models/wrf/shell_scripts/advance_model.csh

-------------- next part --------------
Modified: DART/trunk/models/wrf/shell_scripts/advance_model.csh
===================================================================
--- DART/trunk/models/wrf/shell_scripts/advance_model.csh	2014-05-16 14:32:05 UTC (rev 6999)
+++ DART/trunk/models/wrf/shell_scripts/advance_model.csh	2014-05-16 20:30:03 UTC (rev 7000)
@@ -267,7 +267,7 @@
          set keylist = ( $keylist $key )
       end
 
-      set keys = `echo $keylist | sort`
+      set keys = `echo $keylist | fmt -1 | sort -n`
 
    else  #  idealized WRF with non-specified BCs
 


More information about the Dart-dev mailing list