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


init_atm2lnd_state_type


INTERFACE:

   subroutine init_atm2lnd_state_type(beg, end, a2ls)
DESCRIPTION:

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



Mariana Vertenstein 2004-06-21