next up previous contents
Next: CanopyFluxes Up: Routine/Function Prologues Previous: weights_tooDifferent   Contents

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

Calculates the leaf temperature and the leaf fluxes, transpiration, photosynthesis and updates the dew accumulation due to evaporation.


USES:

    use abortutils,   only: endrun
    use clm_varctl,   only: iulog
    use shr_sys_mod,  only: shr_sys_flush
PUBLIC TYPES:
    implicit none
    save
PUBLIC MEMBER FUNCTIONS:
    public :: CanopyFluxes !Calculates the leaf temperature and leaf fluxes
PRIVATE MEMBER FUNCTIONS:
    private :: Stomata     !Leaf stomatal resistance and leaf photosynthesis
REVISION HISTORY:
   Created by Mariana Vertenstein
   4/25/05, Peter Thornton: replaced old Stomata subroutine with what
     used to be called StomataCN, as part of migration to new sun/shade
     algorithms.



Subsections

Erik Kluzek 2011-06-15