[Dart-dev] DART/branches Revision: 11518

dart at ucar.edu dart at ucar.edu
Tue Apr 25 14:22:19 MDT 2017


nancy at ucar.edu
2017-04-25 14:22:19 -0600 (Tue, 25 Apr 2017)
40
change kinds to quantities everywhere.




Modified: DART/branches/rma_trunk/assimilation_code/programs/obs_impact_tool/obs_impact_tool.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/programs/obs_impact_tool/obs_impact_tool.html	2017-04-25 20:19:32 UTC (rev 11517)
+++ DART/branches/rma_trunk/assimilation_code/programs/obs_impact_tool/obs_impact_tool.html	2017-04-25 20:22:19 UTC (rev 11518)
@@ -41,9 +41,9 @@
 Utility program which assists in constructing a table that is read
 by filter at run time to alter how the assimilation
 of different types of observations impact the state vector values
-based on their dart kind, and other observations based on their 
-observation type or dart kind.  This tool allows users to group related
-collections of observation types and state vector kinds by name
+based on their quantity, and other observations based on their 
+observation type or quantity.  This tool allows users to group related
+collections of observation types and state vector quantities by name
 and then express the relationship of the named groups to each
 other in a concise way.
 </P>
@@ -58,13 +58,13 @@
 different values to be used.
 </P>
 <P>
-All the listed observation types and state vector kinds
+All the listed observation types and state vector quantities
 must be known by the system.  If they are not, look at the
 &preprocess_nml :: input_items namelist which specifies
 which obs_def_xxx_mod.f90 files are included, which is
-where observation types are defined.  kinds are defined
+where observation types are defined.  Quantities are defined
 in the obs_kinds/DEFAULT_obs_kinds_mod.F90 file and
-are static.  (note you must add new kinds in 2 places 
+are static.  (Note you must add new quantities in 2 places 
 if you do alter this file.)
 </P>
 <P>
@@ -85,7 +85,7 @@
 # hash mark starts a comment.
 
 # the GROUP keyword starts a group and must be followed
-# by a name.  All types or kinds listed before the END
+# by a name.  All types or quantities listed before the END
 # line becomes members of this group.
 
 # GROUPs cannot contain nested groups.
@@ -102,9 +102,9 @@
  QTY_xxx
 END GROUP
 
-# GROUPs can also be defined by specifying ALL, ALLKINDS,
+# GROUPs can also be defined by specifying ALL, ALLQTYS,
 # or ALLTYPES and then EXCEPT and listing the types or
-# kinds which should be removed from this group.
+# quantities which should be removed from this group.
 # ALL EXCEPT must be the first line in a group, and all
 # subsequent items are removed from the list.
 # The items listed after EXCEPT can include the names
@@ -122,7 +122,7 @@
 
 # once any groups have been defined, a single instance
 # of the IMPACT table is specified by listing a TYPE,
-# KIND, or group in column 1, then a KIND or GROUP
+# QTY, or group in column 1, then a QTY or GROUP
 # in column 2 (the second name cannot be a specific type).
 # column 3 must be 0.0 or 1.0.  subsequent entries
 # that overlap previous entries have precedence
@@ -232,7 +232,7 @@
 END GROUP
 
 GROUP met
- ALLKINDS EXCEPT chem
+ ALLQTYS EXCEPT chem
 END GROUP
 
 IMPACT


More information about the Dart-dev mailing list