next up previous contents
Next: CNPhenology Up: Routine/Function Prologues Previous: NStateUpdate3   Contents

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

Module holding routines used in phenology model for coupled carbon nitrogen code.


USES:

   use clmtype
   use shr_kind_mod, only: r8 => shr_kind_r8
   implicit none
   save
   private
 
   local variables to the whole module
PUBLIC MEMBER FUNCTIONS:
   public :: CNPhenology
REVISION HISTORY:
   8/1/03: Created by Peter Thornton
   10/23/03, Peter Thornton: migrated all routines to vector data structures



Subsections

Erik Kluzek 2010-06-21