[Dart-dev] DART/branches Revision: 11544

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


hendric at ucar.edu
2017-04-27 11:55:25 -0600 (Thu, 27 Apr 2017)
47
moved change log information to CHANGELOG file



Modified: DART/branches/rma_output_files/CHANGELOG
===================================================================
--- DART/branches/rma_output_files/CHANGELOG	2017-04-27 17:40:42 UTC (rev 11543)
+++ DART/branches/rma_output_files/CHANGELOG	2017-04-27 17:55:25 UTC (rev 11544)
@@ -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$

Modified: DART/branches/rma_output_files/README
===================================================================
--- DART/branches/rma_output_files/README	2017-04-27 17:40:42 UTC (rev 11543)
+++ DART/branches/rma_output_files/README	2017-04-27 17:55:25 UTC (rev 11544)
@@ -96,42 +96,6 @@
 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