[Dart-dev] DART/branches Revision: 12663

dart at ucar.edu dart at ucar.edu
Tue Jun 12 15:55:34 MDT 2018


nancy at ucar.edu
2018-06-12 15:55:34 -0600 (Tue, 12 Jun 2018)
108
the nml didn't have the code defaults, and the
html didn't have the code defaults in the namelist
either.
 



Modified: DART/branches/rma_trunk/assimilation_code/programs/closest_member_tool/closest_member_tool.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/programs/closest_member_tool/closest_member_tool.html	2018-06-12 21:46:19 UTC (rev 12662)
+++ DART/branches/rma_trunk/assimilation_code/programs/closest_member_tool/closest_member_tool.html	2018-06-12 21:55:34 UTC (rev 12663)
@@ -85,8 +85,8 @@
 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
-is not usually a good choice since the mean may not have
-self-consistent structures in the data.
+may not be the best 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
 the console and to the dart log file, this program creates
@@ -101,16 +101,12 @@
 member data and convert it to the model input format for a 
 free forecast, for example.
 </P>
-<P>
-Namelist interface
-<A HREF="#Namelist"><em class=code>&closest_member_tool_nml</em> </A>
-is read from file <em class=file>input.nml</em>.
-</P>
 
 <!--==================================================================-->
 <!--=================== DESCRIPTION OF A NAMELIST ====================-->
 <!--==================================================================-->
 
+<P></P>
 <A NAME="Namelist"></A>
 <div class="top">[<a href="#">top</a>]</div><hr />
 <H2>NAMELIST</H2>
@@ -121,64 +117,22 @@
 Character strings that contain a '/' must be
 enclosed in quotes to prevent them from 
 prematurely terminating the namelist.
-
-Below is an example of a typical namelist for the
-closest_member_tool.
 </P>
 
 <div class=namelist>
 <pre>
 &closest_member_tool_nml
-   input_restart_files     = 'cam_restart_0001.nc','cam_restart_0002.nc','cam_restart_0003.nc'
+   input_restart_files     = ''
    input_restart_file_list = ''      
-   output_file_name        = 'closest_restart.txt'
-   ens_size                = 3
-   single_restart_file_in  = .false.      
+   output_file_name        = 'closest_restart'
+   ens_size                = 1
    difference_method       = 4      
    use_only_qtys           = ''
-  /
-</pre>
-</div>
-
-<P>
-or
-</P>
-
-<div class=namelist>
-<pre>
-&closest_member_tool_nml
-   input_restart_files     = ''
-   input_restart_file_list = 'restart_list.txt'      
-   output_file_name        = 'closest_restart.txt'
-   ens_size                = 3
    single_restart_file_in  = .false.      
-   difference_method       = 4      
-   use_only_qtys           = ''
   /
 </pre>
 </div>
 
-<P>
-where restart_list.txt contains 
-</P>
-
-<pre>
-cam_restart_0001.nc
-cam_restart_0002.nc
-cam_restart_0003.nc
-
-</pre>
-
-
-<P>
-Currently single_restart_file_in is not supported.  This is
-typically used for smaller models that have built in model
-advances such as lorenz_96.
-</P>
-
-<br />
-<br />
-
 <div>
 <TABLE border=0 cellpadding=10 width=100% summary='namelist description'>
 <THEAD align=left>


More information about the Dart-dev mailing list