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

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

Performs calculation of leaf temperature and surface fluxes. Biogeophysics2.F90 then determines soil/snow and ground temperatures and updates the surface fluxes for the new ground temperature.


USES:

    use shr_kind_mod, only: r8 => shr_kind_r8
PUBLIC TYPES:
    implicit none
    save
PUBLIC MEMBER FUNCTIONS:
    public :: Biogeophysics1   ! Calculate leaf temperature and surface fluxes
REVISION HISTORY:
   Created by Mariana Vertenstein



Subsections

Erik Kluzek 2011-06-15