[Dart-dev] [3681] DART/trunk/obs_kind/DEFAULT_obs_kind_mod.F90: New kinds needed for satellite radiance observations

nancy at ucar.edu nancy at ucar.edu
Wed Nov 26 15:10:41 MST 2008


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20081126/f01ea2fa/attachment-0001.html
-------------- next part --------------
Modified: DART/trunk/obs_kind/DEFAULT_obs_kind_mod.F90
===================================================================
--- DART/trunk/obs_kind/DEFAULT_obs_kind_mod.F90	2008-11-26 22:09:50 UTC (rev 3680)
+++ DART/trunk/obs_kind/DEFAULT_obs_kind_mod.F90	2008-11-26 22:10:41 UTC (rev 3681)
@@ -91,6 +91,17 @@
    KIND_V_CURRENT_COMPONENT         = 52, &
    KIND_SEA_SURFACE_HEIGHT          = 53
 
+! kinds for planetary remote sensing (wglawson)
+integer, parameter, public :: &
+   KIND_SKIN_TEMPERATURE            = 70, &
+   KIND_NADIR_RADIANCE              = 71, &
+   KIND_TRACER_1_MIXING_RATIO       = 72, &  ! for active dust aerosols
+   KIND_TRACER_2_MIXING_RATIO       = 73, &  ! for active dust aerosols
+   ! Is KIND_TRACER_MIXING_RATIO really necessary with KIND_TRACER_CONCENTRATION
+   !   (= 29) available from the simple advection model?
+   KIND_SOIL_TEMPERATURE            = 74, &  ! missing from WRF model_mod (?)
+   KIND_SOIL_LIQUID_WATER           = 75     ! missing from WRF model_mod (?)
+
 ! kinds for vortex tracking (WRF - yongsheng)
 integer, parameter, public :: &
    KIND_VORTEX_LON                  = 81, &


More information about the Dart-dev mailing list