[Dart-dev] [5039] DART/trunk/observations/NCEP/prep_bufr/work: make scripts match examples
nancy at ucar.edu
nancy at ucar.edu
Wed Jun 29 09:51:14 MDT 2011
Revision: 5039
Author: nancy
Date: 2011-06-29 09:51:14 -0600 (Wed, 29 Jun 2011)
Log Message:
-----------
make scripts match examples
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-29 15:50:39 UTC (rev 5038)
+++ DART/trunk/observations/NCEP/prep_bufr/work/multi_body.csh 2011-06-29 15:51:14 UTC (rev 5039)
@@ -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 jan 1st, 1989 would be:
-# ../data/198901/prepqm89010106
+# is the default ../data, then the 6Z file for nov 4th, 2010 would be:
+# ../data/201011/prepqm10110406
# 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-29 15:50:39 UTC (rev 5038)
+++ DART/trunk/observations/NCEP/prep_bufr/work/multi_prep.csh 2011-06-29 15:51:14 UTC (rev 5039)
@@ -29,10 +29,10 @@
# USER SETTINGS HERE
# Set year, month, days for to pass as args to prepbufr.csh
-set year = 2002
-set month = 10
-set startday = 21
-set endday = 31
+set year = 2010
+set month = 11
+set startday = 1
+set endday = 30
# Subdirectory base name. If running multiple months at the
# same time, must have different base names. (could add month
Modified: DART/trunk/observations/NCEP/prep_bufr/work/prepbufr.csh
===================================================================
--- DART/trunk/observations/NCEP/prep_bufr/work/prepbufr.csh 2011-06-29 15:50:39 UTC (rev 5038)
+++ DART/trunk/observations/NCEP/prep_bufr/work/prepbufr.csh 2011-06-29 15:51:14 UTC (rev 5039)
@@ -86,8 +86,8 @@
set beginday = $argv[3]
set endday = $argv[4]
else
- set year = 2003
- set month = 1
+ set year = 2010
+ set month = 11
set beginday = 10
set endday = 20
endif
@@ -96,8 +96,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 jan 1st, 1989 would be:
-# ../data/198901/prepqm89010106
+# is the default ../data, then the 6Z file for nov 4th, 2010 would be:
+# ../data/201011/prepqm10110406
# 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