[Dart-dev] [5945] DART/branches/development/obs_sequence/obs_sequence_tool.html: i had synonym a couple places where it should have

nancy at ucar.edu nancy at ucar.edu
Fri Dec 14 13:37:49 MST 2012


Revision: 5945
Author:   nancy
Date:     2012-12-14 13:37:48 -0700 (Fri, 14 Dec 2012)
Log Message:
-----------
i had synonym a couple places where it should have
been synonymous.  thanks to arthur for the catch.

Modified Paths:
--------------
    DART/branches/development/obs_sequence/obs_sequence_tool.html

-------------- next part --------------
Modified: DART/branches/development/obs_sequence/obs_sequence_tool.html
===================================================================
--- DART/branches/development/obs_sequence/obs_sequence_tool.html	2012-12-14 00:19:02 UTC (rev 5944)
+++ DART/branches/development/obs_sequence/obs_sequence_tool.html	2012-12-14 20:37:48 UTC (rev 5945)
@@ -95,7 +95,7 @@
         edit_qc_metadata, new_qc_metadata,
         edit_copies, new_copy_index, new_copy_data,
         edit_qcs, new_qc_index, new_qc_data,
-        synonym_copy_list, synonym_qc_list,
+        synonymous_copy_list, synonymous_qc_list,
         print_only, 
         gregorian_cal,
 </pre>
@@ -325,7 +325,7 @@
                        in the new_qc_index list, and will be the data value for the new
                        QCs.  This value will be constant for all observations.
                        Default: none</TD></TR>
-<TR><!--contents--><TD valign=top>synonym_copy_list</TD>
+<TR><!--contents--><TD valign=top>synonymous_copy_list</TD>
     <!--  type  --><TD>character(len=*)(:)</TD>
     <!--descript--><TD>An array of strings which are to be considered synonyms in the copy
                        metadata strings for all the input obs seq files.
@@ -334,7 +334,7 @@
                        observations to the output file will set the actual values used,
                        unless they are explicitly overridden by edit_copy_metadata.
                        Default: none</TD></TR>
-<TR><!--contents--><TD valign=top>synonym_qc_list</TD>
+<TR><!--contents--><TD valign=top>synonymous_qc_list</TD>
     <!--  type  --><TD>character(len=*)(:)</TD>
     <!--descript--><TD>An array of strings which are to be considered synonyms in the qc
                        metadata strings for all the input obs seq files.


More information about the Dart-dev mailing list