next up previous contents
Next: init_column_pstate_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_pft_dflux_type   Contents

init_pft_depvd_type


INTERFACE:

   subroutine init_pft_depvd_type(beg, end, pdd)
 
     use seq_drydep_mod, only:  n_drydep, drydep_method, DD_XLND
DESCRIPTION:

Initialize pft dep velocity variables


ARGUMENTS:

     implicit none
     integer, intent(in) :: beg, end
     type (pft_depvd_type), intent(inout):: pdd
     integer :: i
REVISION HISTORY:
   Created by James Sulzman 541-929-6183



Erik Kluzek 2011-06-15