[Dart-dev] [3978] DART/trunk/obs_sequence/obs_sequence_mod.html: minor update and reformatting.
nancy at ucar.edu
nancy at ucar.edu
Wed Jul 29 13:34:17 MDT 2009
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090729/193ecb20/attachment.html
-------------- next part --------------
Modified: DART/trunk/obs_sequence/obs_sequence_mod.html
===================================================================
--- DART/trunk/obs_sequence/obs_sequence_mod.html 2009-07-29 19:32:46 UTC (rev 3977)
+++ DART/trunk/obs_sequence/obs_sequence_mod.html 2009-07-29 19:34:16 UTC (rev 3978)
@@ -48,13 +48,6 @@
<H1>MODULE obs_sequence_mod</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>
<!--==================================================================-->
@@ -63,19 +56,25 @@
<H2>OVERVIEW</H2>
<P>
- Provides interfaces to the observation type and observation sequence
+Provides interfaces to the observation type and observation sequence
type. An observation contains everything there is to know about an
observation including all metadata contained in the observation definition
and any number of copies of data associated with the observation (for
instance an actual observation, an ensemble of first guess values, etc).
An observation sequence is a time-ordered set of observations that is
-contained in linked list so that observations can be easily added or
+defined by a linked list so that observations can be easily added or
deleted. A number of commands to extract observations depending on
the times at which they were taken are provided. For now, the observations
are only ordered by time, but the ability to add extra sort keys could
be added.
</P>
<P>
+These routines are commonly used in conversion programs which read
+observation data from various formats and create a DART observation
+sequence in memory, and then write it out to a file. See the
+<a href="../observations/observations.html">observations</a>
+directory for examples of programs which create and manipulate
+observations using this routines.
</P>
<!--==================================================================-->
@@ -1866,7 +1865,17 @@
<P>
</P>
+<!--==================================================================-->
+<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>
More information about the Dart-dev
mailing list