[Dart-dev] DART/branches Revision: 12932

dart at ucar.edu dart at ucar.edu
Mon Nov 26 13:36:28 MST 2018


nancy at ucar.edu
2018-11-26 13:36:27 -0700 (Mon, 26 Nov 2018)
50
merge in the working version from the rma_trunk.




Modified: DART/branches/recam/assimilation_code/programs/closest_member_tool/closest_member_tool.f90
===================================================================
--- DART/branches/recam/assimilation_code/programs/closest_member_tool/closest_member_tool.f90	2018-11-16 16:23:42 UTC (rev 12931)
+++ DART/branches/recam/assimilation_code/programs/closest_member_tool/closest_member_tool.f90	2018-11-26 20:36:27 UTC (rev 12932)
@@ -4,6 +4,17 @@
 !
 ! $Id$
 
+!> @mainpage
+!> @{
+!> @brief  this program selects the member closest to the ensemble mean.
+!>
+!>
+!>  this program has options to compute distance in several different ways
+!>  and returns the ensemble member which has the smallest distance from
+!>  the ensemble mean.
+!> @}
+!>
+!>
 !>@todo FIXME changed so it compiles, but this IS NOT WORKING CODE YET
 !> it needs to read in an ensemble (perhaps become an mpi program)
 !> and do all ensemble members at the same time - also handle the
@@ -460,6 +471,8 @@
 
 end program closest_member_tool
 
+
+
 ! <next few lines under version control, do not edit>
 ! $URL$
 ! $Id$


More information about the Dart-dev mailing list