[Dart-dev] [5051] DART/trunk/observations/NCEP/prep_bufr/work: make examples in scripts consistent with data files

nancy at ucar.edu nancy at ucar.edu
Thu Jun 30 16:56:14 MDT 2011


Revision: 5051
Author:   nancy
Date:     2011-06-30 16:56:14 -0600 (Thu, 30 Jun 2011)
Log Message:
-----------
make examples in scripts consistent with data files

Modified Paths:
--------------
    DART/trunk/observations/NCEP/prep_bufr/work/multi_body.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 22:54:46 UTC (rev 5050)
+++ DART/trunk/observations/NCEP/prep_bufr/work/multi_body.csh	2011-06-30 22:56:14 UTC (rev 5051)
@@ -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 4th, 2010 would be:
-#  ../data/201011/prepqm10110406
+# is the default ../data, then the 6Z file for nov 27th, 2010 would be:
+#  ../data/201011/prepqm10112706
 # 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/prepbufr.csh
===================================================================
--- DART/trunk/observations/NCEP/prep_bufr/work/prepbufr.csh	2011-06-30 22:54:46 UTC (rev 5050)
+++ DART/trunk/observations/NCEP/prep_bufr/work/prepbufr.csh	2011-06-30 22:56:14 UTC (rev 5051)
@@ -88,16 +88,16 @@
 else
   set year     = 2010
   set month    = 11
-  set beginday = 10
-  set endday   = 20
+  set beginday = 20
+  set endday   = 30
 endif
 
 # directory where the BUFR files are located.  the script assumes the
 # 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 4th, 2010 would be:
-#  ../data/201011/prepqm10110406
+# is the default ../data, then the 6Z file for nov 27th, 2010 would be:
+#  ../data/201011/prepqm10112706
 # 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.


More information about the Dart-dev mailing list