next up previous contents
Next: dv Up: Routine/Function Prologues Previous: Light   Contents

Fortran: Module Interface CNDVMod (Source File: CNDVMod.F90)

Module containing routines to drive the annual dynamic vegetation that works with CN, reset related variables, and initialize/reset time invariant variables


USES:

   use shr_kind_mod        , only : r8 => shr_kind_r8
   use clm_varpar          , only : maxpatch_pft, lsmlon, lsmlat, nlevsoi
   use abortutils          , only : endrun
   use CNVegStructUpdateMod, only : CNVegStructUpdate
PUBLIC TYPES:
   implicit none
   private
   save
PUBLIC MEMBER FUNCTIONS:
   public dv                 ! Drives the annual dynamic vegetation that
                             ! works with CN
   public histCNDV           ! Output CNDV history file
REVISION HISTORY:
   Module modified by Sam Levis from similar module DGVMMod
   created by Mariana Vertenstein



Subsections

Erik Kluzek 2011-06-15