[Dart-dev] [3460] DART/trunk/filter/filter.html: Added comments about where to look to find information on

nancy at ucar.edu nancy at ucar.edu
Thu Jul 17 15:14:23 MDT 2008


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20080717/be8ecc0b/attachment.html
-------------- next part --------------
Modified: DART/trunk/filter/filter.html
===================================================================
--- DART/trunk/filter/filter.html	2008-07-17 20:09:39 UTC (rev 3459)
+++ DART/trunk/filter/filter.html	2008-07-17 21:14:22 UTC (rev 3460)
@@ -64,6 +64,15 @@
    Main program for driving ensemble filter assimilations. 
 </P>
 
+<P>
+   NOTE: The different types of assimilation algorithms 
+   (EAKF, ENKF, Kernel filter, Particle filter, etc.) are determined
+   by the <em class=code>&#38;assim_tools_nml:filter_kind</em> entry,
+   described in <a href="../assim_tools/assim_tools_mod.html">assim_tools_mod.html</a>.
+   Despite having 'filter' in the name, they are assimilation algorithms
+   and so are implemented in <em class=file>assim_tools_mod.f90</em>.
+</P>
+
 <P> This program 
    provides a number of options that are driven from its namelist. The
    number of assimilation steps to be done are controlled by the input


More information about the Dart-dev mailing list