[Dart-dev] [4365] DART/trunk/obs_kind/DEFAULT_obs_kind_mod.F90: Forgot to add strings for new kinds to table. This wil

nancy at ucar.edu nancy at ucar.edu
Mon May 17 09:22:58 MDT 2010


Revision: 4365
Author:   nancy
Date:     2010-05-17 09:22:58 -0600 (Mon, 17 May 2010)
Log Message:
-----------
Forgot to add strings for new kinds to table.  This will eventually
be autogenerated, once we have a way to input the 'master list' that
works for everyone.  then we can autogenerate both the numbered parameter
section at the top, and also the strings-to-numbers-and-back table.
until then i have to remember that when i add a new parameter i also 
have to add a new line to the string table init code.

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	2010-05-13 19:21:55 UTC (rev 4364)
+++ DART/trunk/obs_kind/DEFAULT_obs_kind_mod.F90	2010-05-17 15:22:58 UTC (rev 4365)
@@ -327,12 +327,14 @@
 obs_kind_names(39) = obs_kind_type(KIND_CLOUD_FRACTION, 'KIND_CLOUD_FRACTION')
 obs_kind_names(40) = obs_kind_type(KIND_ICE_FRACTION, 'KIND_ICE_FRACTION')
 obs_kind_names(41) = obs_kind_type(KIND_RELATIVE_HUMIDITY, 'KIND_RELATIVE_HUMIDITY')
+obs_kind_names(42) = obs_kind_type(KIND_ELECTRON_DENSITY, 'KIND_ELECTRON_DENSITY')
 obs_kind_names(50) = obs_kind_type(KIND_SALINITY, 'KIND_SALINITY')
 obs_kind_names(51) = obs_kind_type(KIND_U_CURRENT_COMPONENT, 'KIND_U_CURRENT_COMPONENT')
 obs_kind_names(52) = obs_kind_type(KIND_V_CURRENT_COMPONENT, 'KIND_V_CURRENT_COMPONENT')
 obs_kind_names(53) = obs_kind_type(KIND_SEA_SURFACE_HEIGHT, 'KIND_SEA_SURFACE_HEIGHT')
 obs_kind_names(54) = obs_kind_type(KIND_DRY_LAND, 'KIND_DRY_LAND')
 obs_kind_names(55) = obs_kind_type(KIND_SEA_SURFACE_PRESSURE, 'KIND_SEA_SURFACE_PRESSURE')
+obs_kind_names(56) = obs_kind_type(KIND_W_CURRENT_COMPONENT, 'KIND_W_CURRENT_COMPONENT')
 obs_kind_names(60) = obs_kind_type(KIND_INFRARED_RADIANCE, 'KIND_INFRARED_RADIANCE')
 obs_kind_names(61) = obs_kind_type(KIND_INFRARED_BRIGHT_TEMP, 'KIND_INFRARED_BRIGHT_TEMP')
 obs_kind_names(62) = obs_kind_type(KIND_LANDMASK, 'KIND_LANDMASK')


More information about the Dart-dev mailing list