[Dart-dev] [5969] DART/branches/development/obs_kind/DEFAULT_obs_kind_mod.F90: added a comment about the reserved block of kind numbers

nancy at ucar.edu nancy at ucar.edu
Thu Feb 21 13:38:08 MST 2013


Revision: 5969
Author:   nancy
Date:     2013-02-21 13:38:07 -0700 (Thu, 21 Feb 2013)
Log Message:
-----------
added a comment about the reserved block of kind numbers
that's we've agreed with arthur mizzi to keep for chemistry kinds.

Modified Paths:
--------------
    DART/branches/development/obs_kind/DEFAULT_obs_kind_mod.F90

-------------- next part --------------
Modified: DART/branches/development/obs_kind/DEFAULT_obs_kind_mod.F90
===================================================================
--- DART/branches/development/obs_kind/DEFAULT_obs_kind_mod.F90	2013-02-21 20:15:35 UTC (rev 5968)
+++ DART/branches/development/obs_kind/DEFAULT_obs_kind_mod.F90	2013-02-21 20:38:07 UTC (rev 5969)
@@ -266,6 +266,12 @@
 integer, parameter, public :: &
     KIND_VERTICAL_TEC                = 132  ! total electron content
 
+!! For now we have agreed to reserve kind numbers 151 to 250
+!! for chemistry types, specifically for WRF-Chem/DART, but
+!! possibly of interest to other models with Chemistry species.
+!! DO NOT USE numbers between 151-250 without talking to me, please?  (nancy)
+
+
 !! PRIVATE ONLY TO THIS MODULE. see comment below near the max_obs_specific
 !! declaration.
 integer, parameter :: max_obs_generic = 132


More information about the Dart-dev mailing list