[Dart-dev] DART/branches Revision: 11823

dart at ucar.edu dart at ucar.edu
Tue Jul 18 09:58:52 MDT 2017


nancy at ucar.edu
2017-07-18 09:58:52 -0600 (Tue, 18 Jul 2017)
76
update kinds -> quantities and fix a few places
where kind -> type.  sigh.




Modified: DART/branches/rma_trunk/observations/forward_operators/DEFAULT_obs_def_mod.html
===================================================================
--- DART/branches/rma_trunk/observations/forward_operators/DEFAULT_obs_def_mod.html	2017-07-18 15:55:09 UTC (rev 11822)
+++ DART/branches/rma_trunk/observations/forward_operators/DEFAULT_obs_def_mod.html	2017-07-18 15:58:52 UTC (rev 11823)
@@ -58,7 +58,7 @@
 the preprocessor namelist, a minimal 
 <em class="file">obs_def_mod.f90</em> is created which can only
 support identity forward observation operators.  Any identity observations on
-the obs_seq.out file will be assimilated, regardless of the kinds specified in
+the obs_seq.out file will be assimilated, regardless of the obs types specified in
 assimilate_these_obs_types.  
 <br>
 <br> 
@@ -87,8 +87,8 @@
 <li>
 ! DART PREPROCESS USE FOR OBS_QTY_MOD INSERTED HERE <BR>
 Integer identifiers with a unique integer value corresponding to each
-available observation kind are defined in a table in the obs_kind_mod which is
-also created by the preprocessor. The use statements for these entries are
+available observation quantity are defined in a table in the obs_kind_mod which 
+is also created by the preprocessor. The use statements for these entries are
 inserted here.<br><br>
 </li>
 <li>
@@ -104,7 +104,7 @@
 <li>
 ! DART PREPROCESS GET_EXPECTED_OBS_FROM_DEF INSERTED HERE <BR>
 Special observation definition modules must contain case statement code saying
-what to do to evaluate a forward observation operator for each observation kind
+what to do to evaluate a forward observation operator for each observation type
 that they define.
 This code is inserted here.<br><br>
 </li>
@@ -111,7 +111,7 @@
 <li>
 ! DART PREPROCESS READ_OBS_DEF INSERTED HERE <BR>
 Special observation definition modules must contain case statement code saying
-what to do to read any additional information required for each observation kind
+what to do to read any additional information required for each observation type
 that they define from an observation sequence file.
 This code is inserted here.<br><br>
 </li>
@@ -119,7 +119,7 @@
 ! DART PREPROCESS WRITE_OBS_DEF INSERTED HERE <BR>
 Special observation definition modules must contain case statement code saying
 what to do to write any additional information required for each observation
-kind that they define to an observation sequence file.
+type that they define to an observation sequence file.
 This code is inserted here.<br><br>
 </li>
 <li>
@@ -126,7 +126,7 @@
 ! DART PREPROCESS INTERACTIVE_OBS_DEF INSERTED HERE <BR>
 Special observation definition modules must contain case statement code saying
 what to do to interactively create any additional information required for each 
-observation kind that they define.
+observation type that they define.
 This code is inserted here.<br><br>
 </li>
 </ol>

Modified: DART/branches/rma_trunk/observations/forward_operators/obs_def_1d_state_mod.html
===================================================================
--- DART/branches/rma_trunk/observations/forward_operators/obs_def_1d_state_mod.html	2017-07-18 15:55:09 UTC (rev 11822)
+++ DART/branches/rma_trunk/observations/forward_operators/obs_def_1d_state_mod.html	2017-07-18 15:58:52 UTC (rev 11823)
@@ -95,9 +95,9 @@
 <OL>
 <li>
 A list of all observation types defined by this module and their associated
-generic kinds (see obs_kind module). The header line is followed by lines
+generic quantities (see obs_kind module). The header line is followed by lines
 that have the observation type name (an all caps Fortran 90 identifier) and
-their associated generic kind identifier from the obs_kind module.
+their associated generic quantity identifier from the obs_kind module.
 If there is no special processing needed for an observation type
 and no additional data needed beyond the standard contents of an observation
 then a third word on the line, <em class="unix">COMMON_CODE</em>, will
@@ -269,7 +269,7 @@
 
 <P>
 Writes out the extra information for observation with unique identifier
-key for a 1d_integral observation kind.  This includes the half-width,
+key for a 1d_integral observation type.  This includes the half-width,
 localization type and number of quadrature points for this observation.
 </P>
 
@@ -310,7 +310,7 @@
 
 <P>
 Reads the extra information for observation with unique identifier
-key for a 1d_integral observation kind. This information includes the
+key for a 1d_integral observation type. This information includes the
 half-width, localization type and number of quadrature points for
 this observation.
 The key that is returned is uniquely associated with the definition
@@ -350,7 +350,7 @@
 Uses input from standard in to define the characteristics of a 1D integral
 observation. The key that is returned is uniquely associated with the definition
 that has been created and can be used by this module to keep track of the
-associated parameters (half_width, localization kind, number of quadrature 
+associated parameters (half_width, localization option, number of quadrature 


More information about the Dart-dev mailing list