[Dart-dev] DART/branches Revision: 11539

dart at ucar.edu dart at ucar.edu
Thu Apr 27 11:02:27 MDT 2017


hendric at ucar.edu
2017-04-27 11:02:27 -0600 (Thu, 27 Apr 2017)
103
a change message explaining the two additional diagnostic files
and the potential use case scenarios.




Modified: DART/branches/rma_output_files/README
===================================================================
--- DART/branches/rma_output_files/README	2017-04-27 16:45:10 UTC (rev 11538)
+++ DART/branches/rma_output_files/README	2017-04-27 17:02:27 UTC (rev 11539)
@@ -96,6 +96,42 @@
 DART project web page listed above for very detailed instructions that
 should get you over any bumps in the process.
 
+----------------------------------------------------------------------
+Change Log $Revision$
+----------------------------------------------------------------------
+
+Two additional Diagnostic Files (forecast and assimilation) 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 Inf:             same as forecast
+     * Prior Inf:          the inflated ensemble and damped priorinf
+     * Post Inf:           same as forecast
+     * Prior and Post Inf: assimilated ensemble and damped priorinf
+
+  postassim - after assimilation (before posterior infation)
+     * No Inf:             same as analysis
+     * Prior Inf:          same as analysis
+     * Post Inf:           assimilated ensemble and damped postinf
+     * Prior and Post Inf: post inflated ensemble and updated postinf
+
+  analysis - after assimilation and before potentially update postinf ensemble 
+             and updated priorinf
+     * No Inf:             assimilated ensemble
+     * Prior Inf:          assimilated ensemble and damped priorinf
+     * Post Inf:           post inflated ensemble and updated postinf
+     * Prior and Post Inf: post inflated ensemble and updated priorinf and postinf
+
+  output - a single time step of the output ensemble and potentially updated priorinf 
+           and postinf
+
 # <next few lines under version control, do not edit>
 # $URL$
 # $Revision$


More information about the Dart-dev mailing list