[Dart-dev] [5948] DART/branches/development/observations/NCEP/prep_bufr/work/prepbufr. csh: change defaults in the convert script so it will
nancy at ucar.edu
nancy at ucar.edu
Fri Jan 18 15:06:06 MST 2013
Revision: 5948
Author: nancy
Date: 2013-01-18 15:06:05 -0700 (Fri, 18 Jan 2013)
Log Message:
-----------
change defaults in the convert script so it will
swap bytes (since all machines except ibms will
need this now), and make the start/end dates
match the one days worth of data we include
to test the converter.
Modified Paths:
--------------
DART/branches/development/observations/NCEP/prep_bufr/work/prepbufr.csh
-------------- next part --------------
Modified: DART/branches/development/observations/NCEP/prep_bufr/work/prepbufr.csh
===================================================================
--- DART/branches/development/observations/NCEP/prep_bufr/work/prepbufr.csh 2013-01-04 22:37:53 UTC (rev 5947)
+++ DART/branches/development/observations/NCEP/prep_bufr/work/prepbufr.csh 2013-01-18 22:06:05 UTC (rev 5948)
@@ -57,7 +57,7 @@
# it is not needed for ibm power systems. any value other than 'yes' will
# skip the convert step.
-set convert = no
+set convert = yes
# if block is 'yes', then the cword program will be run to convert an
# unblocked file into a blocked one. this is not required for recent
@@ -88,8 +88,8 @@
else
set year = 2010
set month = 12
- set beginday = 20
- set endday = 30
+ set beginday = 22
+ set endday = 22
endif
# directory where the BUFR files are located. the script assumes the
More information about the Dart-dev
mailing list