[Dart-dev] DART/branches Revision: 11545

dart at ucar.edu dart at ucar.edu
Thu Apr 27 12:00:21 MDT 2017


hendric at ucar.edu
2017-04-27 12:00:20 -0600 (Thu, 27 Apr 2017)
1598
Two additional Diagnostic Files (forecast and analysis) in Filter 
which can be set with the namelist option (stages_to_write)

  input    - writes out mean and sd if requested. for low order models
             mean and sd are only inserted into restart files with a 
             single time step.

  forecast - contains the forecast and potentially the mean and sd for the,
             this is mostly important for lower order models which cycle

  preassim - before assimilation
     * No Inflation:       same as forecast
     * Prior Inf:          the inflated ensemble and damped prior inf
     * Post Inf:           same as forecast
     * Prior and Post Inf: the inflated ensemble and damped prior inf

  postassim - after assimilation (before posterior infation)
     * No Inflation:       same as analysis
     * Prior Inf:          same as analysis
     * Post Inf:           assimilated ensemble and damped posterior inflation
     * Prior and Post Inf: assimilated ensemble and damped posterior inflation

  analysis - after assimilation and before potentially update posterior inflation ensemble 
             and updated prior inf
     * No Inflation:       assimilated ensemble
     * Prior Inf:          assimilated ensemble and updated prior inf
     * Post Inf:           post inflated ensemble and updated posterior inflation
     * Prior and Post Inf: post inflated ensemble and updated prior inf and posterior 
                           inflation

  output - a single time step of the output ensemble and potentially updated prior inf 
           and posterior inflation





Index: DART/branches/rma_trunk
===================================================================
--- DART/branches/rma_trunk	2017-04-27 17:55:25 UTC (rev 11544)
+++ DART/branches/rma_trunk	2017-04-27 18:00:20 UTC (rev 11545)

Property changes on: DART/branches/rma_trunk
___________________________________________________________________
Modified: svn:mergeinfo
## -17,6 +17,7 ##
 /DART/branches/rma_mpas_fold_mean_fwd:9348-9458
 /DART/branches/rma_mpas_get_state_meta_data:8871-8890
 /DART/branches/rma_obs_defs:8923-9067
+/DART/branches/rma_output_files:11447-11544
 /DART/branches/rma_par_msg:9472-9511
 /DART/branches/rma_pop_variable_namelist:8824-9156
 /DART/branches/rma_qc_fwd_op:9650-9723
Modified: DART/branches/rma_trunk/CHANGELOG
===================================================================
--- DART/branches/rma_trunk/CHANGELOG	2017-04-27 17:55:25 UTC (rev 11544)
+++ DART/branches/rma_trunk/CHANGELOG	2017-04-27 18:00:20 UTC (rev 11545)
@@ -254,11 +254,44 @@
 
 has_cycling           -- REMOVED for low order models
 
-
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Month Day 2017 :: change $Revision$
++ April 27th 2017 :: change $Revision$
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
+Two additional Diagnostic Files (forecast and analysis) in Filter 
+which can be set with the namelist option (stages_to_write)
+
+  input    - writes out mean and sd if requested. for low order models
+             mean and sd are only inserted into restart files with a 
+             single time step.
+
+  forecast - contains the forecast and potentially the mean and sd for the,
+             this is mostly important for lower order models which cycle
+
+  preassim - before assimilation
+     * No Inflation:       same as forecast
+     * Prior Inf:          the inflated ensemble and damped prior inf
+     * Post Inf:           same as forecast
+     * Prior and Post Inf: the inflated ensemble and damped prior inf
+
+  postassim - after assimilation (before posterior infation)
+     * No Inflation:       same as analysis
+     * Prior Inf:          same as analysis
+     * Post Inf:           assimilated ensemble and damped posterior inflation
+     * Prior and Post Inf: assimilated ensemble and damped posterior inflation
+
+  analysis - after assimilation and before potentially update posterior inflation ensemble 
+             and updated prior inf
+     * No Inflation:       assimilated ensemble
+     * Prior Inf:          assimilated ensemble and updated prior inf
+     * Post Inf:           post inflated ensemble and updated posterior inflation
+     * Prior and Post Inf: post inflated ensemble and updated prior inf and posterior 
+                           inflation
+
+  output - a single time step of the output ensemble and potentially updated prior inf 
+           and posterior inflation
+
+
 # <next few lines under version control, do not edit>
 # $URL$
 # $Revision$

Index: DART/branches/rma_trunk/assimilation_code/modules/assimilation/assim_tools_mod.f90
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/assimilation/assim_tools_mod.f90	2017-04-27 17:55:25 UTC (rev 11544)
+++ DART/branches/rma_trunk/assimilation_code/modules/assimilation/assim_tools_mod.f90	2017-04-27 18:00:20 UTC (rev 11545)

Property changes on: DART/branches/rma_trunk/assimilation_code/modules/assimilation/assim_tools_mod.f90
___________________________________________________________________
Modified: svn:mergeinfo
## -16,6 +16,7 ##
 /DART/branches/rma_kinds_to_state_strucutre/assim_tools/assim_tools_mod.f90:8909-8957
 /DART/branches/rma_model_mod_check/assim_tools/assim_tools_mod.f90:8965-9178
 /DART/branches/rma_obs_defs/assim_tools/assim_tools_mod.f90:8923-9067
+/DART/branches/rma_output_files/assimilation_code/modules/assimilation/assim_tools_mod.f90:11447-11544
 /DART/branches/rma_pop_variable_namelist/assim_tools/assim_tools_mod.f90:8824-9156
 /DART/branches/rma_qc_fwd_op/assim_tools/assim_tools_mod.f90:9650-9723
 /DART/branches/rma_refac_io/assim_tools/assim_tools_mod.f90:9123-9546
Modified: DART/branches/rma_trunk/assimilation_code/modules/assimilation/filter_mod.f90
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/assimilation/filter_mod.f90	2017-04-27 17:55:25 UTC (rev 11544)
+++ DART/branches/rma_trunk/assimilation_code/modules/assimilation/filter_mod.f90	2017-04-27 18:00:20 UTC (rev 11545)
@@ -47,7 +47,7 @@
                                   all_copies_to_all_vars, allocate_single_copy, allocate_vars, &
                                   get_single_copy, put_single_copy, deallocate_single_copy,   &
                                   print_ens_handle
-use adaptive_inflate_mod,  only : do_varying_ss_inflate,                                      &
+use adaptive_inflate_mod,  only : do_varying_ss_inflate, mean_from_restart, sd_from_restart,  &
                                   do_single_ss_inflate, inflate_ens, adaptive_inflate_init,   &
                                   adaptive_inflate_type, set_inflation_mean_copy ,            &
                                   log_inflation_info, set_inflation_sd_copy,                  &
@@ -76,7 +76,7 @@
 
 use quality_control_mod,   only : initialize_qc
 


More information about the Dart-dev mailing list