[Dart-dev] [5742] DART/branches/development/obs_def/obs_def_tower_mod.f90: Better stubs for the extended observation support.

nancy at ucar.edu nancy at ucar.edu
Fri May 11 08:27:07 MDT 2012


Revision: 5742
Author:   thoar
Date:     2012-05-11 08:27:07 -0600 (Fri, 11 May 2012)
Log Message:
-----------
Better stubs for the extended observation support.
At some point, these should be implemented for the tower observations
and we can tag the obs with metadata like soil type, vegetation type,
plant functional type ... etc. Will allow for more accurate
observation operators.

Modified Paths:
--------------
    DART/branches/development/obs_def/obs_def_tower_mod.f90

-------------- next part --------------
Modified: DART/branches/development/obs_def/obs_def_tower_mod.f90
===================================================================
--- DART/branches/development/obs_def/obs_def_tower_mod.f90	2012-05-10 23:15:03 UTC (rev 5741)
+++ DART/branches/development/obs_def/obs_def_tower_mod.f90	2012-05-11 14:27:07 UTC (rev 5742)
@@ -43,16 +43,22 @@
 
 !-----------------------------------------------------------------------------
 ! BEGIN DART PREPROCESS READ_OBS_DEF
+!    case(TOWER_LATENT_HEAT_FLUX,TOWER_SENSIBLE_HEAT_FLUX,TOWER_NETC_ECO_EXCHANGE)
+!       continue
 ! END DART PREPROCESS READ_OBS_DEF
 !-----------------------------------------------------------------------------
 
 !-----------------------------------------------------------------------------
 ! BEGIN DART PREPROCESS WRITE_OBS_DEF
+!    case(TOWER_LATENT_HEAT_FLUX,TOWER_SENSIBLE_HEAT_FLUX,TOWER_NETC_ECO_EXCHANGE)
+!       continue
 ! END DART PREPROCESS WRITE_OBS_DEF
 !-----------------------------------------------------------------------------
 
 !-----------------------------------------------------------------------------
 ! BEGIN DART PREPROCESS INTERACTIVE_OBS_DEF
+!    case(TOWER_LATENT_HEAT_FLUX,TOWER_SENSIBLE_HEAT_FLUX,TOWER_NETC_ECO_EXCHANGE)
+!       continue
 ! END DART PREPROCESS INTERACTIVE_OBS_DEF
 !-----------------------------------------------------------------------------
 


More information about the Dart-dev mailing list