[Dart-dev] [3976] DART/trunk/obs_sequence/create_fixed_network_seq.html: Added some content, minor reformatting.

nancy at ucar.edu nancy at ucar.edu
Wed Jul 29 13:28:24 MDT 2009


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090729/b1123239/attachment.html 
-------------- next part --------------
Modified: DART/trunk/obs_sequence/create_fixed_network_seq.html
===================================================================
--- DART/trunk/obs_sequence/create_fixed_network_seq.html	2009-07-29 17:56:46 UTC (rev 3975)
+++ DART/trunk/obs_sequence/create_fixed_network_seq.html	2009-07-29 19:28:24 UTC (rev 3976)
@@ -48,14 +48,6 @@
 
 <H1>PROGRAM create_fixed_network_seq</H1>
 <A NAME="HEADER"></A>
-<TABLE summary="">
-<TR><TD>Contact:       </TD><TD> Jeff Anderson     </TD></TR>
-<TR><TD>Revision:      </TD><TD> $Revision$ </TD></TR>
-<TR><TD>Source:        </TD><TD> $URL$ </TD></TR>
-<TR><TD>Change Date:   </TD><TD> $Date$ </TD></TR>
-<TR><TD>Change history:</TD><TD> try "svn log" or "svn diff" </TD></TR>
-</TABLE>
-
 <!--==================================================================-->
 
 <A NAME="OVERVIEW"></A>
@@ -65,23 +57,30 @@
 <P>
 Reads in an observation sequence file and creates a second observation
 sequence file. Any time information in the input file is ignored entirely.
-All of the observations in the input file define a set of observations
-that is fixed in time. The output sequence repeatedly observes this set,
-either with a fixed period in time or at arbitrarily selected times. The
-program is driven by input from standard in. First, one must select either
+All of the observations in the input file define a set of observations.
+The output sequence replicates this set multiple times,
+either with a fixed period in time or at arbitrarily selected times. 
+The program is driven by input from standard input, either the terminal
+or a text file. 
+</P><P>
+First, one must select either
 a regularly repeating time sequence of observations (option 1) or an
 arbitrarily repeating sequence (option 2). 
-<HR>
 For the fixed period, the total number of observation times,
 the first observation time and the period of the 
 observations is input and an output observation sequence is generated. 
-<HR>
 For the arbitrary period, the user is queried for the number
 of observing times and then a set of monotonically increasing times.
 Finally, the user selects a file name (traditionally obs_seq.in) to 
 which the output file is written. The format of the output file is
-controlled by the namelist options in obs_sequence_mod.
-increasing times
+controlled by the namelist options in 
+<a href="obs_sequence_mod.html#NAMELIST">obs_sequence_mod</a>.
+</P><P>
+Any data values or quality control flags associated with the
+input set are replicated to the output, but this program is typically
+used with perfect model experiments to create observations without
+data, which are then filled in by running
+<a href="../perfect_model_obs/perfect_model_obs.html">perfect_model_obs</a>.
 </P>
 
 <!--==================================================================-->
@@ -156,5 +155,14 @@
 <!--==================================================================-->
 
 <HR>
+<TABLE summary="">
+<TR><TD>Contact:       </TD><TD> Jeff Anderson     </TD></TR>
+<TR><TD>Revision:      </TD><TD> $Revision$ </TD></TR>
+<TR><TD>Source:        </TD><TD> $URL$ </TD></TR>
+<TR><TD>Change Date:   </TD><TD> $Date$ </TD></TR>
+<TR><TD>Change history:</TD><TD> try "svn log" or "svn diff" </TD></TR>
+</TABLE>
+
+<HR>
 </BODY>
 </HTML>


More information about the Dart-dev mailing list