next up previous contents
Next: init_pft_mflux_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_pft_nstate_type   Contents

init_pft_eflux_type


INTERFACE:

   subroutine init_pft_eflux_type(beg, end, pef)
DESCRIPTION:

Initialize pft energy flux variables


ARGUMENTS:

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



Erik Kluzek 2011-06-15