next up previous contents
Next: init_energy_balance_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_landunit_type   Contents

init_gridcell_type


INTERFACE:

   subroutine init_gridcell_type (beg, end,g)
DESCRIPTION:

Initialize components of gridcell_type structure


ARGUMENTS:

     implicit none
     integer, intent(in) :: beg, end
     type(gridcell_type), intent(inout):: g
REVISION HISTORY:
   Created by Mariana Vertenstein



Erik Kluzek 2011-06-15