[Dart-dev] [4145] DART/trunk/filter: These were updated when the filter defaults changed, but

nancy at ucar.edu nancy at ucar.edu
Wed Nov 11 11:52:53 MST 2009


Revision: 4145
Author:   nancy
Date:     2009-11-11 11:52:53 -0700 (Wed, 11 Nov 2009)
Log Message:
-----------
These were updated when the filter defaults changed, but 
apparently didn't get committed last week with filter.f90.

Modified Paths:
--------------
    DART/trunk/filter/filter.html
    DART/trunk/filter/filter.nml

-------------- next part --------------
Modified: DART/trunk/filter/filter.html
===================================================================
--- DART/trunk/filter/filter.html	2009-11-11 17:33:12 UTC (rev 4144)
+++ DART/trunk/filter/filter.html	2009-11-11 18:52:53 UTC (rev 4145)
@@ -187,6 +187,7 @@
    output_timestamps,
    output_inflation,
    trace_execution,
+   silence,
      
    inf_flavor,
    inf_initial_from_restart,
@@ -345,13 +346,18 @@
  <TR><!--contents--><TD valign=top>input_qc_threshold</TD>
      <!--  type  --><TD valign=top>real(r8)</TD>
      <!--descript--><TD>Reject observation if incoming QC value exceeds
-                        'input_qc_threshold' value. Incoming observations have a
-                        QC value (usually set by NCEP). 
-                        Default: 4.0_r8</TD></TR>
+                        'input_qc_threshold' value. Incoming observations usually have a
+                        QC value set by the data provider, e.g. NCEP. 
+                        Default: 3.0_r8</TD></TR>
 
  <TR><!--contents--><TD valign=top>output_forward_op_errors</TD>
      <!--  type  --><TD valign=top>logical</TD>
      <!--descript--><TD>True means output errors from forward observation operators.
+                        This is the 'istatus' error return code from the model
+                        interpolate routine.  An ascii text file 'prior_forward_op_errors'
+                        and/or 'post_forward_op_errors' will be created in the
+                        current directory.  Each line will contain an observation key
+                        number, the ensemble member number, and the istatus return code.
                         Default: .false.</TD></TR>
 
  <TR><!--contents--><TD valign=top>output_timestamps</TD>
@@ -373,6 +379,13 @@
                         hangs or otherwise doesn't execute as expected.
                         Default: .false.</TD></TR>
 
+ <TR><!--contents--><TD valign=top>silence</TD>
+     <!--  type  --><TD valign=top>logical</TD>
+     <!--descript--><TD>True means output almost no runtime messages.  Not recommended
+                        for general use, but can speed test programs if the execution
+                        time becomes dominated by the volume of output. 
+                        Default: .false.</TD></TR>
+
  <TR><TD colspan=3>All subsequent variables are arrays of length 2.<br>
                    The first element is for the prior, the second element is 
                    for the posterior</TD></TR>

Modified: DART/trunk/filter/filter.nml
===================================================================
--- DART/trunk/filter/filter.nml	2009-11-11 17:33:12 UTC (rev 4144)
+++ DART/trunk/filter/filter.nml	2009-11-11 18:52:53 UTC (rev 4145)
@@ -18,12 +18,13 @@
    num_output_obs_members   = 0,
    output_interval          = 1,
    num_groups               = 1,
-   input_qc_threshold       =  4.0,
+   input_qc_threshold       =  3.0,
    outlier_threshold        = -1.0,
    output_forward_op_errors = .false.,
    output_timestamps        = .false.,
    output_inflation         = .true.,
    trace_execution          = .false.,
+   silence                  = .false.,
 
    inf_flavor                  = 0,                       0,
    inf_initial_from_restart    = .false.,                 .false.,


More information about the Dart-dev mailing list