[Dart-dev] [6319] DART/trunk/obs_kind/DEFAULT_obs_kind_mod.F90: added molecular oxygen ion density for the GITM model.
nancy at ucar.edu
nancy at ucar.edu
Mon Jul 22 10:52:41 MDT 2013
Revision: 6319
Author: nancy
Date: 2013-07-22 10:52:41 -0600 (Mon, 22 Jul 2013)
Log Message:
-----------
added molecular oxygen ion density for the GITM model.
Modified Paths:
--------------
DART/trunk/obs_kind/DEFAULT_obs_kind_mod.F90
-------------- next part --------------
Modified: DART/trunk/obs_kind/DEFAULT_obs_kind_mod.F90
===================================================================
--- DART/trunk/obs_kind/DEFAULT_obs_kind_mod.F90 2013-07-19 20:14:42 UTC (rev 6318)
+++ DART/trunk/obs_kind/DEFAULT_obs_kind_mod.F90 2013-07-22 16:52:41 UTC (rev 6319)
@@ -307,12 +307,13 @@
KIND_VELOCITY_VERTICAL_N2 = 282, &
KIND_VELOCITY_VERTICAL_N4S = 283, &
KIND_VELOCITY_VERTICAL_NO = 284, &
- KIND_GND_GPS_VTEC = 285
+ KIND_GND_GPS_VTEC = 285, &
+ KIND_DENSITY_ION_OP = 286
!! PRIVATE ONLY TO THIS MODULE. see comment below near the max_obs_specific
!! declaration.
-integer, parameter :: max_obs_generic = 285
+integer, parameter :: max_obs_generic = 286
!----------------------------------------------------------------------------
! This list is autogenerated by the 'preprocess' program. To add new
@@ -601,6 +602,7 @@
obs_kind_names(283) = obs_kind_type(KIND_VELOCITY_VERTICAL_N4S ,'KIND_VELOCITY_VERTICAL_N4S')
obs_kind_names(284) = obs_kind_type(KIND_VELOCITY_VERTICAL_NO ,'KIND_VELOCITY_VERTICAL_NO')
obs_kind_names(285) = obs_kind_type(KIND_GND_GPS_VTEC ,'KIND_GND_GPS_VTEC')
+obs_kind_names(286) = obs_kind_type(KIND_DENSITY_ION_OP ,'KIND_DENSITY_ION_OP')
! count here, then output below
More information about the Dart-dev
mailing list