next up previous contents
Next: init_lnd2atm_type Up: Fortran: Module Interface clm_atmlnd Previous: init_adiag_type   Contents

init_atm2lnd_type


INTERFACE:

   subroutine init_atm2lnd_type(beg, end, a2l)
DESCRIPTION:

Initialize atmospheric variables required by the land


ARGUMENTS:

   implicit none
   integer, intent(in) :: beg, end
   type (atm2lnd_type), intent(inout):: a2l
REVISION HISTORY:
   Created by Mariana Vertenstein
   Modified by T Craig, 11/01/05 for finemesh project
LOCAL VARIABLES:




Erik Kluzek 2011-06-15