[Dart-dev] [5055] DART/trunk/observations/NCEP/prep_bufr/work: try yet another month

nancy at ucar.edu nancy at ucar.edu
Thu Jun 30 17:19:36 MDT 2011


Revision: 5055
Author:   nancy
Date:     2011-06-30 17:19:36 -0600 (Thu, 30 Jun 2011)
Log Message:
-----------
try yet another month

Modified Paths:
--------------
    DART/trunk/observations/NCEP/prep_bufr/work/multi_body.csh
    DART/trunk/observations/NCEP/prep_bufr/work/multi_prep.csh
    DART/trunk/observations/NCEP/prep_bufr/work/prepbufr.csh

-------------- next part --------------
Modified: DART/trunk/observations/NCEP/prep_bufr/work/multi_body.csh
===================================================================
--- DART/trunk/observations/NCEP/prep_bufr/work/multi_body.csh	2011-06-30 23:09:56 UTC (rev 5054)
+++ DART/trunk/observations/NCEP/prep_bufr/work/multi_body.csh	2011-06-30 23:19:36 UTC (rev 5055)
@@ -69,8 +69,8 @@
 # files will be located in subdirectories by month, with the names following
 # the pattern YYYYMM, and then inside the subdirectories, the files are
 # named by the pattern 'prepqmYYMMDDHH'.  for example, if the dir below
-# is the default ../data, then the 6Z file for nov 27th, 2010 would be:
-#  ../data/201011/prepqm10112706
+# is the default ../data, then the 6Z file for dec 27th, 2010 would be:
+#  ../data/201012/prepqm10122706
 # but the conventions for names of prepqm files have changed over the years,
 # so if the prepqm files do *not* follow this pattern, you will have to edit
 # the BUFR_in variable in the script below to match the filenames you have.

Modified: DART/trunk/observations/NCEP/prep_bufr/work/multi_prep.csh
===================================================================
--- DART/trunk/observations/NCEP/prep_bufr/work/multi_prep.csh	2011-06-30 23:09:56 UTC (rev 5054)
+++ DART/trunk/observations/NCEP/prep_bufr/work/multi_prep.csh	2011-06-30 23:19:36 UTC (rev 5055)
@@ -30,7 +30,7 @@
 
 # Set year, month, days for to pass as args to prepbufr.csh
 set year     = 2010
-set month    =   11
+set month    =   12
 set startday =    1
 set endday   =   30
 

Modified: DART/trunk/observations/NCEP/prep_bufr/work/prepbufr.csh
===================================================================
--- DART/trunk/observations/NCEP/prep_bufr/work/prepbufr.csh	2011-06-30 23:09:56 UTC (rev 5054)
+++ DART/trunk/observations/NCEP/prep_bufr/work/prepbufr.csh	2011-06-30 23:19:36 UTC (rev 5055)
@@ -87,7 +87,7 @@
   set endday   = $argv[4]
 else
   set year     = 2010
-  set month    = 11
+  set month    = 12
   set beginday = 20
   set endday   = 30
 endif


More information about the Dart-dev mailing list