[Dart-dev] [4722] DART/trunk/system_simulation: Make the values in the input. nml match the defaults,

nancy at ucar.edu nancy at ucar.edu
Tue Feb 15 15:56:44 MST 2011


Revision: 4722
Author:   nancy
Date:     2011-02-15 15:56:44 -0700 (Tue, 15 Feb 2011)
Log Message:
-----------
Make the values in the input.nml match the defaults,
and get the default output filename right.  had 
'final_full' and 'full_error' confused in a couple places.

Modified Paths:
--------------
    DART/trunk/system_simulation/full_error.f90
    DART/trunk/system_simulation/system_simulation.html
    DART/trunk/system_simulation/work/input.nml

-------------- next part --------------
Modified: DART/trunk/system_simulation/full_error.f90
===================================================================
--- DART/trunk/system_simulation/full_error.f90	2011-02-15 22:47:43 UTC (rev 4721)
+++ DART/trunk/system_simulation/full_error.f90	2011-02-15 22:56:44 UTC (rev 4722)
@@ -35,15 +35,15 @@
    revdate  = "$Date$"
 
 
-integer, parameter :: num_times = 1
-integer, parameter :: num_samples =  100000000
+integer, parameter :: num_times   = 1
+integer, parameter :: num_samples = 100000000
 
 
 ! ---------------
 ! namelist items
 
 integer            :: ens_size = 80
-character(len=128) :: output_filename = 'full_error'
+character(len=128) :: output_filename = 'final_full'
 
 namelist /full_error_nml/ ens_size, output_filename
 

Modified: DART/trunk/system_simulation/system_simulation.html
===================================================================
--- DART/trunk/system_simulation/system_simulation.html	2011-02-15 22:47:43 UTC (rev 4721)
+++ DART/trunk/system_simulation/system_simulation.html	2011-02-15 22:56:44 UTC (rev 4722)
@@ -94,9 +94,9 @@
         <em class=code>.N</em> to the name, where N is the 
         ensemble size, creating filenames
         of the form "base.8", "base.32", etc.  The base name
-        should be "full_error" to match the code in the filter
+        should be "final_full" to match the code in the filter
         program which reads this file.
-                       Default: "full_error"</TD></TR>
+                       Default: "final_full"</TD></TR>
   
 </TABLE>
                        
@@ -129,7 +129,7 @@
 <H2>FILES</H2>
 <P>
 The full_error program creates files which should be called
-<em class=file>full_error.N</em> to match the filenames expected
+<em class=file>final_full.N</em> to match the filenames expected
 by the filter program.
 </P>
 

Modified: DART/trunk/system_simulation/work/input.nml
===================================================================
--- DART/trunk/system_simulation/work/input.nml	2011-02-15 22:47:43 UTC (rev 4721)
+++ DART/trunk/system_simulation/work/input.nml	2011-02-15 22:56:44 UTC (rev 4722)
@@ -2,6 +2,6 @@
 /
 
 &full_error_nml
-  ens_size = 10,
+  ens_size        = 80,
   output_filename = "final_full",
 /


More information about the Dart-dev mailing list