next up previous contents
Next: init_pft_wflux_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_pft_eflux_type   Contents

init_pft_mflux_type


INTERFACE:

   subroutine init_pft_mflux_type(beg, end, pmf)
DESCRIPTION:

Initialize pft momentum flux variables


ARGUMENTS:

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



Erik Kluzek 2011-06-15