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_flushPUBLIC TYPES:
implicit none savePUBLIC MEMBER FUNCTIONS:
public :: CanopyFluxes !Calculates the leaf temperature and leaf fluxesPRIVATE MEMBER FUNCTIONS:
private :: Stomata !Leaf stomatal resistance and leaf photosynthesisREVISION 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.