[Dart-dev] DART/branches Revision: 12935

dart at ucar.edu dart at ucar.edu
Mon Nov 26 15:12:39 MST 2018


nancy at ucar.edu
2018-11-26 15:12:39 -0700 (Mon, 26 Nov 2018)
201
somehow the nml was reverted to an earlier version.
put it back to be consistent with the code.  also make
minor grammar fixes to the html, which seems to have been
updated to match the code already.




Modified: DART/branches/recam/assimilation_code/programs/closest_member_tool/closest_member_tool.html
===================================================================
--- DART/branches/recam/assimilation_code/programs/closest_member_tool/closest_member_tool.html	2018-11-26 22:04:14 UTC (rev 12934)
+++ DART/branches/recam/assimilation_code/programs/closest_member_tool/closest_member_tool.html	2018-11-26 22:12:39 UTC (rev 12935)
@@ -36,8 +36,8 @@
 <H2>Overview</H2>
 
 <P>
-Utility program to compare the ensemble mean to a group of ensemble
-member restart files, which can now be run in parallel.  
+Utility program to compare the ensemble mean to an ensemble of
+restart files, which can now be run in parallel.  
 The program prints out a sorted order of which
 members are 'closest' to the mean, where the method used to determine 
 'close' is selectable by namelist option.  It also creates a file with
@@ -85,7 +85,7 @@
 members to run a free model forecast forward in time after
 the assimilation is finished.  Each member is an equally likely
 representation of the model state.  Using the ensemble mean
-may not be the best since the mean may not have
+may not be the best choice since the mean may not have
 self-consistent fine-scale structures in the data.
 </P><P>
 In addition to printing out data about all members to both
@@ -93,8 +93,8 @@
 a single output file containing information about the closest member.
 If the input restart data is in a single file, the output
 file 'closest_restart' contains a single number which is
-the ensemble member number.  If the
-input restart data is in separate files, the output file
+the ensemble member number.  
+If the input restart data is in separate files, the output file
 contains the full filename of the closest member, e.g.
 'filter_restart.0004' if member 4 is closest.  For scripting
 the contents of this file can be used to copy the corresponding

Modified: DART/branches/recam/assimilation_code/programs/closest_member_tool/closest_member_tool.nml
===================================================================
--- DART/branches/recam/assimilation_code/programs/closest_member_tool/closest_member_tool.nml	2018-11-26 22:04:14 UTC (rev 12934)
+++ DART/branches/recam/assimilation_code/programs/closest_member_tool/closest_member_tool.nml	2018-11-26 22:12:39 UTC (rev 12935)
@@ -1,4 +1,3 @@
-
 # different methods to compute 'distance' from mean:
 #  1 = simple absolute difference
 #  2 = normalized absolute difference
@@ -6,12 +5,12 @@
 #  4 = normalized rmse difference
 
 &closest_member_tool_nml
-   input_restart_file_list   = '',
-   mean_restart_file_list    = '',
-   output_file_name       = 'closest_restart',
-   ens_size               = 1
-   difference_method      = 4,
-   use_only_kinds         = '',
-   single_restart_file_in = .false.,
+   input_restart_files     = ''
+   input_restart_file_list = '',
+   output_file_name        = 'closest_restart',
+   ens_size                = 1
+   difference_method       = 4,
+   use_only_qtys           = '',
+   single_restart_file_in  = .false.,
  /
 


More information about the Dart-dev mailing list