[Dart-dev] DART/branches Revision: 10956

dart at ucar.edu dart at ucar.edu
Thu Jan 26 08:53:42 MST 2017


nancy at ucar.edu
2017-01-26 08:53:42 -0700 (Thu, 26 Jan 2017)
44
fix the comments at the top of the module.




Modified: DART/branches/rma_trunk/system_simulation/sampling_error_correction_mod.f90
===================================================================
--- DART/branches/rma_trunk/system_simulation/sampling_error_correction_mod.f90	2017-01-26 15:34:29 UTC (rev 10955)
+++ DART/branches/rma_trunk/system_simulation/sampling_error_correction_mod.f90	2017-01-26 15:53:42 UTC (rev 10956)
@@ -9,9 +9,9 @@
 !>   in Ensemble Kalman Filter Data Assimilation. 
 !> Submitted for publication, Jan 2011.  Contact author.
 
-!> read the entry for a single ensemble_size and print out the
-!> two values, true_correl_mean and alpha.   mostly as a test for
-!> accuracy, but also example code for assim_tools to use.
+!> query the needed table sizes, and read in the values for any
+!> given ensemble size.  the two arrays of values returned are
+!> the true_correl_mean and alpha. 
 
 module sampling_error_correction_mod
 


More information about the Dart-dev mailing list