[Dart-dev] DART/branches Revision: 13026

dart at ucar.edu dart at ucar.edu
Tue Mar 19 14:56:41 MDT 2019


thoar at ucar.edu
2019-03-19 14:56:41 -0600 (Tue, 19 Mar 2019)
210
Fixed bug in closest_member_tool.f90 ... 
Corrected build environment on the cam-fv, closest_member_tool is MPI
Added usage description to wrf/work/mkmf_closest_member_tool - consistent with other mpi builds.




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	2019-03-19 20:43:43 UTC (rev 13025)
+++ DART/branches/recam/assimilation_code/programs/closest_member_tool/closest_member_tool.f90	2019-03-19 20:56:41 UTC (rev 13026)
@@ -294,6 +294,8 @@
    useindex(:) = .true.
 endif
 
+allocate(total_diff(ens_size))
+
 total_diff = compute_diff(ens_handle%copies(:,:), ens_handle%copies(ENS_MEAN_COPY,:))
 
 !------------------- Print out results     -----------------------

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	2019-03-19 20:43:43 UTC (rev 13025)
+++ DART/branches/recam/assimilation_code/programs/closest_member_tool/closest_member_tool.html	2019-03-19 20:56:41 UTC (rev 13026)
@@ -186,12 +186,12 @@
 routine.
 </TD></TR>
 
-<!--TR><TD>single_restart_file_in</TD> @>todo : not tested yet
+<TR><TD>single_restart_file_in</TD>
     <TD>logical</TD>
-    <TD>Not supported yet.  Contact dart at ucar.edu if you are
+    <TD><strong>Not supported yet.</strong> Contact dart at ucar.edu if you are
         interested in using this tool with files that contain all
         ensemble members in a single file.
-</TD></TR-->
+</TD></TR>
 
 </TBODY> 
 </TABLE>
@@ -217,7 +217,7 @@
 </div>
 
 <P>
-where restart_list.txt contains 
+where <em class=file>restart_list.txt</em> contains 
 </P>
 
 <pre>
@@ -228,9 +228,9 @@
 
 
 <P>
-Currently single_restart_file_in is not supported.  This is
-typically used for simpler models that have built in model
-advances such as lorenz_96.
+Currently <em class=code>single_restart_file_in</em> is not supported.
+This is typically used for simpler models that have built in model
+advances such as <em class=program>lorenz_96</em>.
 </P>
 
 <br />
@@ -260,9 +260,9 @@
 <A NAME="FilesUsed"></A>
 <div class="top">[<a href="#">top</a>]</div><hr />
 <H2>FILES</H2>
-<UL><LI>inputfile.####.nc   (list of restarts to find closest member) or,
-    <LI>input_file_list.txt (a file containing a list of restart files) and,
-    <LI>closest_member_tool.nml 
+<UL><LI>inputfile.####.nc   (list of restarts to find closest member) -or-
+    <LI><em class=file>restart_list.txt</em> (a file containing a list of restart files) and,
+    <LI><em class=file>input.nml</em>
 </UL>
 
 <!--==================================================================-->
@@ -291,6 +291,10 @@
     <!-- message --><TD VALIGN=top>Invalid method number</TD>
     <!-- comment --><TD VALIGN=top>Values 1-4 are supported</TD></TR>
 
+<TR><!-- routine --><TD VALIGN=top>read_variables</TD>
+    <!-- message --><TD VALIGN=top><some variable name>: NetCDF: Start+count exceeds dimension bound</TD>
+    <!-- comment --><TD VALIGN=top>The variable in the model definition is not conformable with the variable in the restart file.</TD></TR>
+
 </TABLE>
 </div>
 
@@ -307,7 +311,8 @@
 <div class="top">[<a href="#">top</a>]</div><hr />
 <H2>FUTURE PLANS</H2>
 <P>
-none
+Add check to see that the model template variables are conformable
+with the variables in the files being read.
 </P>
 
 <!--==================================================================-->

Modified: DART/branches/recam/models/cam-fv/work/mkmf_closest_member_tool
===================================================================
--- DART/branches/recam/models/cam-fv/work/mkmf_closest_member_tool	2019-03-19 20:43:43 UTC (rev 13025)
+++ DART/branches/recam/models/cam-fv/work/mkmf_closest_member_tool	2019-03-19 20:56:41 UTC (rev 13026)
@@ -5,9 +5,65 @@
 # http://www.image.ucar.edu/DAReS/DART/DART_download
 #
 # DART $Id$
+#
+# usage: mkmf_closest_member_tool [ -mpi | -nompi ]


More information about the Dart-dev mailing list