next up previous contents
Next: init_water_balance_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_gridcell_type   Contents

init_energy_balance_type


INTERFACE:

   subroutine init_energy_balance_type(beg, end, ebal)
DESCRIPTION:

Initialize energy balance variables


ARGUMENTS:

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



Erik Kluzek 2011-06-15