next up previous contents index
Next: EcosystemDynIni Up: ProTEX Source Code Documentation Previous: get_proc_rof_global   Contents   Index


Module STATICEcosysDynMod
(Source File: STATICEcosysDynMod.F90)

Static Ecosystem dynamics: phenology, vegetation.


USES:

   use shr_kind_mod, only: r8 => shr_kind_r8
   use abortutils,   only: endrun
 #if ( defined SCAM )
   use scamMod, only :initlonidx,initlatidx
 #endif
PUBLIC TYPES:
   implicit none
   save
PUBLIC MEMBER FUNCTIONS:
   public :: EcosystemDyn       ! Ecosystem dynamics: phenology, vegetation
   public :: EcosystemDynini    ! Dynamically allocate memory
   public :: interpMonthlyVeg   ! interpolate monthly vegetation data
REVISION HISTORY:
   Created by Mariana Vertenstein



Subsections

Mariana Vertenstein 2004-06-21