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


init_atm2lnd_flux_type


INTERFACE:

   subroutine init_atm2lnd_flux_type(beg, end, a2lf)
DESCRIPTION:

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



Mariana Vertenstein 2004-06-21