[Dart-dev] [4137] DART/trunk/models: Changed the input_qc_threshold for now to 3. 0 to match change

nancy at ucar.edu nancy at ucar.edu
Fri Nov 6 13:07:04 MST 2009


Revision: 4137
Author:   nancy
Date:     2009-11-06 13:07:04 -0700 (Fri, 06 Nov 2009)
Log Message:
-----------
Changed the input_qc_threshold for now to 3.0 to match change
in code in filter (and obs_diag).  Added additional items to
the perfect_model_obs namelists.  Did some cleanup on the
lorenz_96 namelist to line things up, make the lines consistent
with where the trailing / is, etc.

Modified Paths:
--------------
    DART/trunk/models/9var/work/input.nml
    DART/trunk/models/MITgcm_annulus/work/input.nml
    DART/trunk/models/MITgcm_ocean/work/input.nml
    DART/trunk/models/PBL_1d/work/input.nml
    DART/trunk/models/POP/work/input.nml
    DART/trunk/models/am2/work/input.nml
    DART/trunk/models/bgrid_solo/work/input.nml
    DART/trunk/models/cam/work/input.nml
    DART/trunk/models/forced_lorenz_96/work/input.nml
    DART/trunk/models/ikeda/work/input.nml
    DART/trunk/models/lorenz_04/work/input.nml
    DART/trunk/models/lorenz_63/work/input.nml
    DART/trunk/models/lorenz_84/work/input.nml
    DART/trunk/models/lorenz_96/work/input.nml
    DART/trunk/models/lorenz_96_2scale/work/input.nml
    DART/trunk/models/null_model/work/input.nml
    DART/trunk/models/pe2lyr/work/input.nml
    DART/trunk/models/rose/work/input.nml
    DART/trunk/models/simple_advection/work/input.nml
    DART/trunk/models/template/work/input.nml
    DART/trunk/models/wrf/work/input.nml

-------------- next part --------------
Modified: DART/trunk/models/9var/work/input.nml
===================================================================
--- DART/trunk/models/9var/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/9var/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
 &filter_nml
    async                    = 0,
@@ -35,12 +41,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.,
@@ -180,7 +187,7 @@
    iskip_days         = 0,
    obs_select         = 1,
    rat_cri            = 4.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    bin_width_seconds = 0,
    lonlim1   = 0.0, 0.0, 0.5, -1.0,
    lonlim2   = 1.0, 0.5, 1.5, -1.0,

Modified: DART/trunk/models/MITgcm_annulus/work/input.nml
===================================================================
--- DART/trunk/models/MITgcm_annulus/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/MITgcm_annulus/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
 &filter_nml
    async                    = 0,
@@ -35,12 +41,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.,
@@ -167,7 +174,7 @@
    time_to_skip     =     0, 0, 0, 0, 0, 0 ,
    max_num_bins     = 1000,
    rat_cri            = 3.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    Nregions   = 4,
    lonlim1    =   0.0,   0.0,   0.0, 235.0,
    lonlim2    = 360.0, 360.0, 360.0, 295.0,

Modified: DART/trunk/models/MITgcm_ocean/work/input.nml
===================================================================
--- DART/trunk/models/MITgcm_ocean/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/MITgcm_ocean/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,9 +13,14 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.perfect",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
-#  trace_execution          = .true.,
 &filter_nml
    async                    = 4,
    adv_ens_command          = "./advance_model.csh",
@@ -36,11 +41,13 @@
    num_output_obs_members   = 20,
    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.,
@@ -248,7 +255,7 @@
    time_to_skip     =     0, 0, 0, 0, 0, 0 ,
    max_num_bins     = 1000,
    rat_cri            = 3.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    Nregions   = 3,
    lonlim1    = 260.0, 270.0, 260.0,
    lonlim2    = 310.0, 310.0, 300.0,

Modified: DART/trunk/models/PBL_1d/work/input.nml
===================================================================
--- DART/trunk/models/PBL_1d/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/PBL_1d/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
 &filter_nml
    async                    = 0,
@@ -35,12 +41,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.,
@@ -225,7 +232,7 @@
    time_to_skip     =     0, 0, 0, 0, 0, 0,
    max_num_bins     = 1000,
    rat_cri            = 3.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    Nregions   = 1,
    lonlim1    =   0.0,
    lonlim2    = 360.0,

Modified: DART/trunk/models/POP/work/input.nml
===================================================================
--- DART/trunk/models/POP/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/POP/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -15,6 +15,11 @@
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.perfect",
    adv_ens_command       = "./advance_model.csh"
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
   /
 
 &filter_nml
@@ -43,6 +48,7 @@
    output_timestamps        = .false.,
    output_inflation         = .true.,
    trace_execution          = .false.,
+   silence                  = .false.,
 
    inf_flavor                  = 0,                       0,
    inf_initial_from_restart    = .false.,                 .false.,

Modified: DART/trunk/models/am2/work/input.nml
===================================================================
--- DART/trunk/models/am2/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/am2/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_ic_new"
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh" /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+ /
 
 &filter_nml
    async                    = 2,
@@ -35,11 +41,13 @@
    num_output_obs_members   = 0,
    output_interval          = 1,
    num_groups               = 1,
-   input_qc_threshold       = 4.0,
+   input_qc_threshold       = 3.0,
    outlier_threshold        = 3.0,
    output_forward_op_errors = .false.,
    output_inflation         = .true.,
    trace_execution          = .false.,
+   output_timestamps        = .false.,
+   silence                  = .false.,
 
    inf_flavor               = 0,                      0,
    inf_start_from_restart   = .false.,                .false.,
@@ -132,10 +140,10 @@
      input_obs_def_mod_file = '../../../obs_def/DEFAULT_obs_def_mod.F90',
     output_obs_def_mod_file = '../../../obs_def/obs_def_mod.f90',
    input_files              = '../../../obs_def/obs_def_reanalysis_bufr_mod.f90',
+                              '../../../obs_def/obs_def_gps_mod.f90',
+                              '../../../obs_def/obs_def_QuikSCAT_mod.f90',
+                              '../../../obs_def/obs_def_AIRS_mod.f90',
                               '../../../obs_def/obs_def_cloud_mod.f90' /
-
-!'../../../obs_def/obs_def_gps_mod.f90',
-!'../../../obs_def/obs_def_QuikSCAT_mod.f90',
                              
 
 &obs_kind_nml
@@ -168,8 +176,7 @@
    /
 
 &obs_sequence_tool_nml
-   num_input_files   = 2,
-   filename_seq      = 'obs_seq.one', 'obs_seq.two',
+   filename_seq      = 'obs_seq.test',
    filename_out      = 'obs_seq.processed',
    first_obs_days    = -1,
    first_obs_seconds = -1,
@@ -246,7 +253,7 @@
    max_num_bins  = 1000,
    Nregions   = 4,
    rat_cri    = 3.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    lonlim1    =   0.0,   0.0,   0.0, 235.0,
    lonlim2    = 360.0, 360.0, 360.0, 295.0,
    latlim1    =  20.0, -80.0, -20.0,  25.0,

Modified: DART/trunk/models/bgrid_solo/work/input.nml
===================================================================
--- DART/trunk/models/bgrid_solo/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/bgrid_solo/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
 &filter_nml
    async                    = 0,
@@ -35,12 +41,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.,
@@ -281,7 +288,7 @@
    time_to_skip     =     0, 0, 0, 0, 0, 0 ,
    max_num_bins     = 1000,
    rat_cri            = 3.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    Nregions   = 4,
    lonlim1    =   0.0,   0.0,   0.0, 235.0,
    lonlim2    = 360.0, 360.0, 360.0, 295.0,

Modified: DART/trunk/models/cam/work/input.nml
===================================================================
--- DART/trunk/models/cam/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/cam/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -18,11 +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        = 3.0,
    output_forward_op_errors = .false.,
    output_inflation         = .true.,
    trace_execution          = .false.,
+   output_timestamps        = .false.,
+   silence                  = .false.,
 
    inf_flavor                  = 0,                       0,
    inf_initial_from_restart    = .false.,                 .false.,
@@ -236,7 +238,7 @@
    time_to_skip     =     0, 0, 1, 0, 0, 0 ,
    max_num_bins     = 1000,
    rat_cri            = 3.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    Nregions   = 4,
    lonlim1    =   0.0,   0.0,   0.0, 235.0,
    lonlim2    = 360.0, 360.0, 360.0, 295.0,

Modified: DART/trunk/models/forced_lorenz_96/work/input.nml
===================================================================
--- DART/trunk/models/forced_lorenz_96/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/forced_lorenz_96/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
 &filter_nml
    async                    = 0,
@@ -35,12 +41,13 @@
    num_output_obs_members   = 0,
    output_interval          = 1,
    num_groups               = 2,
-   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.,
@@ -143,7 +150,7 @@
    iskip_days         = 0,
    obs_select         = 1,
    rat_cri            = 4.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    bin_width_seconds = 0,
    lonlim1   = 0.0, 0.0, 0.5, -1.0,
    lonlim2   = 1.0, 0.5, 1.5, -1.0,

Modified: DART/trunk/models/ikeda/work/input.nml
===================================================================
--- DART/trunk/models/ikeda/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/ikeda/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
 &filter_nml
    async                    = 0,
@@ -35,12 +41,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.,
@@ -182,7 +189,7 @@
    iskip_days         = 0,
    obs_select         = 1,
    rat_cri            = 4.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    bin_width_seconds = 0,
    lonlim1   = 0.0, 0.0, 0.5, -1.0,
    lonlim2   = 1.0, 0.5, 1.5, -1.0,

Modified: DART/trunk/models/lorenz_04/work/input.nml
===================================================================
--- DART/trunk/models/lorenz_04/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/lorenz_04/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
 &filter_nml
    async                    = 0,
@@ -35,12 +41,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.,
@@ -186,7 +193,7 @@
    iskip_days         = 0,
    obs_select         = 1,
    rat_cri            = 4.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    bin_width_seconds = 0,
    lonlim1   = 0.0, 0.0, 0.5, -1.0,
    lonlim2   = 1.0, 0.5, 1.5, -1.0,

Modified: DART/trunk/models/lorenz_63/work/input.nml
===================================================================
--- DART/trunk/models/lorenz_63/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/lorenz_63/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
 &filter_nml
    async                    = 0,
@@ -35,12 +41,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.,
@@ -112,7 +119,7 @@
    module_details = .false.,
    logfilename = 'dart_log.out',
    nmlfilename = 'dart_log.nml',
-   write_nml   = 'file'  /
+   write_nml   = 'terminal'  /
 
 &preprocess_nml
     input_obs_def_mod_file = '../../../obs_def/DEFAULT_obs_def_mod.F90', 
@@ -182,7 +189,7 @@
    iskip_days         = 0,
    obs_select         = 1,
    rat_cri            = 4.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    bin_width_seconds = 0,
    lonlim1   = 0.0, 0.0, 0.5, -1.0,
    lonlim2   = 1.0, 0.5, 1.5, -1.0,

Modified: DART/trunk/models/lorenz_84/work/input.nml
===================================================================
--- DART/trunk/models/lorenz_84/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/lorenz_84/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
 &filter_nml
    async                    = 0,
@@ -35,12 +41,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.,
@@ -182,7 +189,7 @@
    iskip_days         = 0,
    obs_select         = 1,
    rat_cri            = 4.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    bin_width_seconds = 0,
    lonlim1   = 0.0, 0.0, 0.5, -1.0,
    lonlim2   = 1.0, 0.5, 1.5, -1.0,

Modified: DART/trunk/models/lorenz_96/work/input.nml
===================================================================
--- DART/trunk/models/lorenz_96/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/lorenz_96/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -1,19 +1,25 @@
 &perfect_model_obs_nml
-   start_from_restart    = .true.,
-   output_restart        = .true.,
-   async                 = 0,
-   init_time_days        = 0,
-   init_time_seconds     = 0,
-   first_obs_days        = -1,
-   first_obs_seconds     = -1,
-   last_obs_days         = -1,
-   last_obs_seconds      = -1,
-   output_interval       = 1,
-   restart_in_file_name  = "perfect_ics",
-   restart_out_file_name = "perfect_restart",
-   obs_seq_in_file_name  = "obs_seq.in",
-   obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   start_from_restart       = .true.,
+   output_restart           = .true.,
+   async                    = 0,
+   init_time_days           = 0,
+   init_time_seconds        = 0,
+   first_obs_days           = -1,
+   first_obs_seconds        = -1,
+   last_obs_days            = -1,
+   last_obs_seconds         = -1,
+   output_interval          = 1,
+   restart_in_file_name     = "perfect_ics",
+   restart_out_file_name    = "perfect_restart",
+   obs_seq_in_file_name     = "obs_seq.in",
+   obs_seq_out_file_name    = "obs_seq.out",
+   adv_ens_command          = "./advance_model.csh",
+   trace_execution          = .false.,
+   output_timestamps        = .false.,
+   print_every_nth_obs      = -1,
+   output_forward_op_errors = .false.,
+   silence                  = .false.,
+   /
 
 &filter_nml
    async                    = 0,
@@ -35,12 +41,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_inflation         = .true.,
    output_timestamps        = .false.,
-   output_inflation         = .true.,
    trace_execution          = .false.,
+   silence                  = .false.,
 
    inf_flavor                  = 0,                       0,
    inf_initial_from_restart    = .false.,                 .false.,
@@ -55,20 +62,22 @@
    inf_damping                 = 1.0,                     1.0,
    inf_lower_bound             = 1.0,                     1.0,
    inf_upper_bound             = 1000000.0,               1000000.0,
-   inf_sd_lower_bound          = 0.0,                     0.0
-/
+   inf_sd_lower_bound          = 0.0,                     0.0,
+   /
 
 &smoother_nml
    num_lags              = 0,
    start_from_restart    = .false.,
    output_restart        = .true.,
    restart_in_file_name  = 'ics',
-   restart_out_file_name = 'restart'  /
+   restart_out_file_name = 'restart',
+   /
 
 &ensemble_manager_nml
    single_restart_file_in  = .true.,
    single_restart_file_out = .true.,
-   perturbation_amplitude  = 0.2  /
+   perturbation_amplitude  = 0.2,
+   /
 
 &assim_tools_nml
    filter_kind                     = 1,
@@ -77,61 +86,73 @@
    spread_restoration              = .false.,
    sampling_error_correction       = .false.,
    adaptive_localization_threshold = -1,
-   print_every_nth_obs             = 0  /
+   print_every_nth_obs             = 0,
+   rectangular_quadrature          = .true.,
+   gaussian_likelihood_tails       = .false.,
+   /
 
 &cov_cutoff_nml
-   select_localization = 1  /
+   select_localization = 1,
+   /
 
 &reg_factor_nml
    select_regression    = 1,
    input_reg_file       = "time_mean_reg",
    save_reg_diagnostics = .false.,
-   reg_diagnostics_file = "reg_diagnostics"  /
+   reg_diagnostics_file = "reg_diagnostics", 
+   /
 
 &obs_sequence_nml
-   write_binary_obs_sequence = .false.  /
+   write_binary_obs_sequence = .false.,
+   /
 
 &obs_kind_nml
-   assimilate_these_obs_types = 'RAW_STATE_VARIABLE'  /
+   assimilate_these_obs_types = 'RAW_STATE_VARIABLE',
+   /
 
 &assim_model_nml
    write_binary_restart_files = .false.,
-   netCDF_large_file_support  = .false.
-  /
+   netCDF_large_file_support  = .false.,
+   /
 
 &model_nml
    model_size        = 40,
    forcing           = 8.00,
    delta_t           = 0.05,
    time_step_days    = 0,
-   time_step_seconds = 3600  /
+   time_step_seconds = 3600,
+   /
 
 &utilities_nml
-   TERMLEVEL = 1,
+   termlevel      = 1,
    module_details = .false.,
-   logfilename = 'dart_log.out',
+   logfilename    = 'dart_log.out',
    nmlfilename    = 'dart_log.nml',
-   write_nml      = 'file'  /
+   write_nml      = 'file',
+   print_debug    = .false.,
+   /
 
 &preprocess_nml
+                     force = .false., 
     input_obs_def_mod_file = '../../../obs_def/DEFAULT_obs_def_mod.F90', 
    output_obs_def_mod_file = '../../../obs_def/obs_def_mod.f90', 
    input_obs_kind_mod_file = '../../../obs_kind/DEFAULT_obs_kind_mod.F90', 
   output_obs_kind_mod_file = '../../../obs_kind/obs_kind_mod.f90', 
-               input_files = '../../../obs_def/obs_def_1d_state_mod.f90'  /
+               input_files = '../../../obs_def/obs_def_1d_state_mod.f90',
+  /
 
 
 &obs_sequence_tool_nml
-   num_input_files   = 2,
-   filename_seq      = 'obs_seq.one', 'obs_seq.two',
+   filename_seq      = 'obs_seq.final',
+   filename_seq_list = '',
    filename_out      = 'obs_seq.processed',
    first_obs_days    = -1,
    first_obs_seconds = -1,
    last_obs_days     = -1,
    last_obs_seconds  = -1,
    print_only        = .false.,
-   gregorian_cal     = .false.
-   /
+   gregorian_cal     = .false.,
+   / 
 
 # other possible obs tool namelist items:
 #
@@ -174,18 +195,19 @@
    new_advance_days             = -1,
    new_advance_secs             = -1,
    gregorian_cal                = .false.
-/
+   /
 
 &obs_diag_nml
    obs_sequence_name  = 'obs_seq.final',
    iskip_days         = 0,
    obs_select         = 1,
    rat_cri            = 4.0,
-   input_qc_threshold = 4.0,
-   bin_width_seconds = 0,
-   lonlim1   = 0.0, 0.0, 0.5, -1.0,
-   lonlim2   = 1.0, 0.5, 1.5, -1.0,
+   input_qc_threshold = 3.0,
+   bin_width_seconds  = 0,
+   lonlim1   =     0.0,   0.0,    0.5,    -1.0,
+   lonlim2   =     1.0,   0.5,    1.5,    -1.0,
    reg_names = 'whole', 'yin', 'yang', 'bogus',
-   verbose   = .false.  /
+   verbose   = .false.,
+   /
 
 

Modified: DART/trunk/models/lorenz_96_2scale/work/input.nml
===================================================================
--- DART/trunk/models/lorenz_96_2scale/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/lorenz_96_2scale/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
 &filter_nml
    async                    = 0,
@@ -35,12 +41,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.,
@@ -187,7 +194,7 @@
    iskip_days         = 0,
    obs_select         = 1,
    rat_cri            = 4.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    bin_width_seconds = 0,
    lonlim1   = 0.0, 0.0, 0.5, -1.0,
    lonlim2   = 1.0, 0.5, 1.5, -1.0,

Modified: DART/trunk/models/null_model/work/input.nml
===================================================================
--- DART/trunk/models/null_model/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/null_model/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
 &filter_nml
    async                    = 0,
@@ -35,12 +41,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.,
@@ -180,7 +187,7 @@
    iskip_days         = 0,
    obs_select         = 1,
    rat_cri            = 4.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    bin_width_seconds = 0,
    lonlim1   = 0.0, 0.0, 0.5, -1.0,
    lonlim2   = 1.0, 0.5, 1.5, -1.0,

Modified: DART/trunk/models/pe2lyr/work/input.nml
===================================================================
--- DART/trunk/models/pe2lyr/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/pe2lyr/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
 &filter_nml
    async                    = 0,
@@ -35,12 +41,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 = .true.,
    output_timestamps        = .false.,
    output_inflation         = .true.,
    trace_execution          = .false.,
+   silence                  = .false.,
 
    inf_flavor                  = 0,                       0,
    inf_initial_from_restart    = .false.,                 .false.,
@@ -204,7 +211,7 @@
    time_to_skip     =     0, 0, 1, 0, 0, 0 ,
    max_num_bins     = 1000,
    rat_cri            = 3.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    Nregions   = 4,
    lonlim1    =   0.0,   0.0,   0.0, 235.0,
    lonlim2    = 360.0, 360.0, 360.0, 295.0,

Modified: DART/trunk/models/rose/work/input.nml
===================================================================
--- DART/trunk/models/rose/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/rose/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
 &filter_nml
    async                    = 2,
@@ -35,12 +41,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.,
@@ -171,7 +178,7 @@
    time_to_skip     =     0, 0, 0, 6, 0, 0 ,
    max_num_bins     = 1000,
    rat_cri            = 3.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    Nregions   = 4,
    lonlim1    =   0.0,   0.0,   0.0, 235.0,
    lonlim2    = 360.0, 360.0, 360.0, 295.0,

Modified: DART/trunk/models/simple_advection/work/input.nml
===================================================================
--- DART/trunk/models/simple_advection/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/simple_advection/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
 &filter_nml
    async                    = 0,
@@ -35,12 +41,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.,
@@ -192,7 +199,7 @@
    iskip_days = 0,
    obs_select = 1,
    rat_cri    = 14.0,
-   input_qc_threshold = 4.0, 
+   input_qc_threshold = 3.0, 
    bin_width_seconds = 0,
    lonlim1   = 0.0, 0.0, 0.5, -1.0,
    lonlim2   = 1.0, 0.5, 1.5, -1.0,

Modified: DART/trunk/models/template/work/input.nml
===================================================================
--- DART/trunk/models/template/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/template/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
 &filter_nml
    async                    = 0,
@@ -35,12 +41,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.,
@@ -183,7 +190,7 @@
    iskip_days         = 0,
    obs_select         = 1,
    rat_cri            = 4.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    bin_width_seconds = 0,
    lonlim1   = 0.0, 0.0, 0.5, -1.0,
    lonlim2   = 1.0, 0.5, 1.5, -1.0,

Modified: DART/trunk/models/wrf/work/input.nml
===================================================================
--- DART/trunk/models/wrf/work/input.nml	2009-11-06 19:57:49 UTC (rev 4136)
+++ DART/trunk/models/wrf/work/input.nml	2009-11-06 20:07:04 UTC (rev 4137)
@@ -13,7 +13,13 @@
    restart_out_file_name = "perfect_restart",
    obs_seq_in_file_name  = "obs_seq.in",
    obs_seq_out_file_name = "obs_seq.out",
-   adv_ens_command       = "./advance_model.csh"  /
+   adv_ens_command       = "./advance_model.csh",
+   output_timestamps     = .false.,
+   trace_execution       = .false.,
+   output_forward_op_errors = .false.,
+   print_every_nth_obs   = -1,
+   silence               = .false.,
+  /
 
 &filter_nml
    async                    = 2,
@@ -35,12 +41,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.,
@@ -231,7 +238,7 @@
    time_to_skip       =     0, 0, 0, 0, 0, 0 ,
    max_num_bins       = 1000,
    rat_cri            = 5000.0,
-   input_qc_threshold = 4.0,
+   input_qc_threshold = 3.0,
    Nregions   = 4,
    lonlim1    =   0.0,   0.0,   0.0, 235.0,
    lonlim2    = 360.0, 360.0, 360.0, 295.0,


More information about the Dart-dev mailing list