[Dart-dev] [3263] DART/trunk/obs_kind/DEFAULT_obs_kind_mod.F90: Add kinds for the MITgcm ocean model.

nancy at subversion.ucar.edu nancy at subversion.ucar.edu
Fri Mar 14 16:38:18 MDT 2008


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20080314/1f89442e/attachment.html
-------------- next part --------------
Modified: DART/trunk/obs_kind/DEFAULT_obs_kind_mod.F90
===================================================================
--- DART/trunk/obs_kind/DEFAULT_obs_kind_mod.F90	2008-03-14 22:31:56 UTC (rev 3262)
+++ DART/trunk/obs_kind/DEFAULT_obs_kind_mod.F90	2008-03-14 22:38:18 UTC (rev 3263)
@@ -99,6 +99,12 @@
                       KIND_MEAN_SOURCE                 = 30, &
                       KIND_SOURCE_PHASE                = 31
 
+! kinds for the MITgcm ocean model
+integer, parameter :: KIND_SALINITY                    = 50, &
+                      KIND_U_CURRENT_COMPONENT         = 51, &
+                      KIND_V_CURRENT_COMPONENT         = 52, &
+                      KIND_SEA_SURFACE_HEIGHT          = 53, &
+
 ! kinds for vortex tracking (WRF - yongsheng)
 integer, parameter :: KIND_VORTEX_LON                  = 81, &
                       KIND_VORTEX_LAT                  = 82, &


More information about the Dart-dev mailing list