next up previous contents
Next: init_lnd2glc_type Up: Fortran: Module Interface clm_glclnd Previous: Fortran: Module Interface clm_glclnd   Contents

init_glc2lnd_type


INTERFACE:

   subroutine init_glc2lnd_type(beg, end, x2s)
DESCRIPTION:

Initialize glc variables required by the land


ARGUMENTS:

   implicit none
   integer, intent(in) :: beg, end
   type (glc2lnd_type), intent(inout):: x2s
REVISION HISTORY:
   Created by William Lipscomb, based on init_atm2lnd_type



Erik Kluzek 2011-06-15