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


init_lnd2atm_state_type


INTERFACE:

   subroutine init_lnd2atm_state_type(beg, end, l2as)
DESCRIPTION:

   Initialize land state variables required by the atmosphere
ARGUMENTS:
     implicit none
     integer, intent(in) :: beg, end
     type (lnd2atm_state_type), intent(inout):: l2as
REVISION HISTORY:
   Created by Mariana Vertenstein



Mariana Vertenstein 2004-06-21