next up previous contents index
Next: init_gridcell_wflux_type Up: Module clmtypeInitMod (File: clmtypeInitMod.F90) Previous: init_atm2lnd_flux_type   Contents   Index


init_lnd2atm_flux_type


INTERFACE:

   subroutine init_lnd2atm_flux_type(beg, end, l2af)
DESCRIPTION:

   Initialize land fluxes required by the atmosphere
ARGUMENTS:
     implicit none
     integer, intent(in) :: beg, end
     type (lnd2atm_flux_type), intent(inout):: l2af
REVISION HISTORY:
   Created by Mariana Vertenstein



Mariana Vertenstein 2004-06-21