next up previous contents
Next: clm_downscale_a2l Up: Fortran: Module Interface clm_atmlnd Previous: init_atm2lnd_type   Contents

init_lnd2atm_type


INTERFACE:

   subroutine init_lnd2atm_type(beg, end, l2a)
DESCRIPTION:

Initialize land variables required by the atmosphere


ARGUMENTS:

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




Erik Kluzek 2011-06-15