[Dart-dev] DART/branches Revision: 11672

dart at ucar.edu dart at ucar.edu
Fri May 26 14:31:36 MDT 2017


nancy at ucar.edu
2017-05-26 14:31:33 -0600 (Fri, 26 May 2017)
349
jeff prefers to have all the ensemble members in the state diag files,
and the entire ensemble of obs values in the obs_seq.final so change 
both counts in the namelist to 80 (which is the ensemble size for this
model).  this differs from this namelist in the lanai release where 
num_output_state_members was 30 and num_output_obs_members was 20.




Modified: DART/branches/rma_trunk/models/simple_advection/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/simple_advection/work/input.nml	2017-05-26 17:49:53 UTC (rev 11671)
+++ DART/branches/rma_trunk/models/simple_advection/work/input.nml	2017-05-26 20:31:33 UTC (rev 11672)
@@ -43,7 +43,7 @@
    output_state_file_list       = 'filter_output_list.txt'
    output_interval              = 1
    output_members               = .true.
-   num_output_state_members     = 20
+   num_output_state_members     = 80
    output_mean                  = .true.
    output_sd                    = .true.
 
@@ -57,7 +57,7 @@
    adv_ens_command          = "./advance_model.csh"
    obs_sequence_in_name     = "obs_seq.out"
    obs_sequence_out_name    = "obs_seq.final"
-   num_output_obs_members   = 30
+   num_output_obs_members   = 80
    init_time_days           = 0
    init_time_seconds        = 0
    first_obs_days           = -1


More information about the Dart-dev mailing list