[Dart-dev] [4194] DART/trunk/ncep_obs/prep_bufr/work/input.nml: Make the default settings accept NCEP quality control

nancy at ucar.edu nancy at ucar.edu
Tue Dec 8 14:55:03 MST 2009


Revision: 4194
Author:   nancy
Date:     2009-12-08 14:55:03 -0700 (Tue, 08 Dec 2009)
Log Message:
-----------
Make the default settings accept NCEP quality control
values for: best, good, neutral, plus the 3 corresponding
values which aren't going to be assimilated by NCEP
but should be ok anyway.  We're also leaving in 15 because
that's what sat winds over land are, but we're removing 9.
Feel free to add it back if you want it.  These values
should be ok for NCEP/NCAR reanalysis files, but might not
be what you want for the real-time files.

Modified Paths:
--------------
    DART/trunk/ncep_obs/prep_bufr/work/input.nml

-------------- next part --------------
Modified: DART/trunk/ncep_obs/prep_bufr/work/input.nml
===================================================================
--- DART/trunk/ncep_obs/prep_bufr/work/input.nml	2009-12-08 19:58:01 UTC (rev 4193)
+++ DART/trunk/ncep_obs/prep_bufr/work/input.nml	2009-12-08 21:55:03 UTC (rev 4194)
@@ -5,7 +5,7 @@
                   181.0, 182.0, 220.0, 221.0, 230.0, 231.0,
                   232.0, 233.0, 242.0, 243.0, 245.0, 246.0,
                   252.0, 253.0, 255.0, 280.0, 281.0, 282.0,
- qctype_use = 1,2,3,4,9,15
+ qctype_use = 0,1,2,4,5,6,15
  /
 
 
@@ -28,6 +28,6 @@
 !                  181.0, 182.0, 220.0, 221.0, 230.0, 231.0,
 !                  232.0, 233.0, 242.0, 243.0, 245.0, 246.0,
 !                  252.0, 253.0, 255.0, 280.0, 281.0, 282.0,
-! qctype_use     = 1, 2, 3, 4,
+! qctype_use     = 0, 1, 2, 4, 5, 6, 9, 15
 !
 


More information about the Dart-dev mailing list