[Dart-dev] [6483] DART/trunk/models/clm/work/input.nml.template: More accurate example namelists for obs_diag and obs_sequence_tool.

nancy at ucar.edu nancy at ucar.edu
Wed Sep 18 15:33:21 MDT 2013


Revision: 6483
Author:   thoar
Date:     2013-09-18 15:33:21 -0600 (Wed, 18 Sep 2013)
Log Message:
-----------
More accurate example namelists for obs_diag and obs_sequence_tool.

Modified Paths:
--------------
    DART/trunk/models/clm/work/input.nml.template

-------------- next part --------------
Modified: DART/trunk/models/clm/work/input.nml.template
===================================================================
--- DART/trunk/models/clm/work/input.nml.template	2013-09-18 21:27:01 UTC (rev 6482)
+++ DART/trunk/models/clm/work/input.nml.template	2013-09-18 21:33:21 UTC (rev 6483)
@@ -263,24 +263,26 @@
    bin_width        =     0, 0, 1, 0, 0, 0 ,
    time_to_skip     =     0, 0, 0, 0, 0, 0 ,
    max_num_bins     = 1000,
-   rat_cri            = 3.0,
-   input_qc_threshold = 1,
+   trusted_obs      = 'null',
    Nregions   = 4,
    lonlim1    =     0.0,     0.0,    0.0,  180.0,
    lonlim2    =   360.0,   360.0,  180.0,  360.0,
    latlim1    =   -90.0,     0.0,  -90.0,  -90.0,
    latlim2    =     0.0,    90.0,   90.0,   90.0,
    reg_names  = 'South', 'North', 'East', 'West',
-   hlevel =  0.0,  0.05, 0.1, 0.2, 0.50, 1.0, 2.0, 5.0, 10.0, 20.0, 40.0,
+   hlevel     =  0.0,  0.05, 0.1, 0.2, 0.50, 1.0, 2.0, 5.0, 10.0, 20.0, 40.0,
    print_mismatched_locs = .false.,
    create_rank_histogram = .true.,
+   outliers_in_histogram = .true.,
+   use_zero_error_obs    = .false.,
    verbose               = .true.,
    /
 
 
 &obs_sequence_tool_nml
+   filename_seq      = '',
    filename_seq_list = 'olist',
-   filename_out      = 'YYYYMM/obs_seq.YYYY-MM-DD-SSSSS',
+   filename_out      = 'OUTDIR/obs_seq.YYYY-MM-DD-SSSSS',
    print_only        = .false.,
    gregorian_cal     = .true.,
    first_obs_days    = DART1D,


More information about the Dart-dev mailing list