next up previous contents
Next: init_pft_cstate_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_pft_estate_type   Contents

init_pft_wstate_type


INTERFACE:

   subroutine init_pft_wstate_type(beg, end, pws)
DESCRIPTION:

Initialize pft water state


ARGUMENTS:

     implicit none
     integer, intent(in) :: beg, end
     type (pft_wstate_type), intent(inout):: pws !pft water state
REVISION HISTORY:
   Created by Mariana Vertenstein



Erik Kluzek 2011-06-15