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

init_lnd2glc_type


INTERFACE:

   subroutine init_lnd2glc_type(beg, end, s2x)
DESCRIPTION:

Initialize land variables required by glc


ARGUMENTS:

   implicit none
   integer, intent(in) :: beg, end
   type (lnd2glc_type), intent(inout):: s2x
REVISION HISTORY:
   Created by William Lipscomb, based on init_lnd2atm_type



Erik Kluzek 2011-06-15