next up previous contents
Next: BareGroundFluxes Up: Routine/Function Prologues Previous: BalanceCheck   Contents

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

Compute sensible and latent fluxes and their derivatives with respect to ground temperature using ground temperatures from previous time step.


USES:

    use shr_kind_mod, only: r8 => shr_kind_r8
PUBLIC TYPES:
    implicit none
    save
PUBLIC MEMBER FUNCTIONS:
    public :: BareGroundFluxes   ! Calculate sensible and latent heat fluxes
REVISION HISTORY:
   Created by Mariana Vertenstein



Subsections

Erik Kluzek 2011-06-15