next up previous contents
Next: init_column_cflux_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_column_eflux_type   Contents

init_column_wflux_type


INTERFACE:

   subroutine init_column_wflux_type(beg, end, cwf)
DESCRIPTION:

Initialize column water flux variables


USES:

     use clm_varcon, only : spval
ARGUMENTS:
     implicit none
     integer, intent(in) :: beg, end
     type (column_wflux_type), intent(inout):: cwf
REVISION HISTORY:
   Created by Mariana Vertenstein



Erik Kluzek 2011-06-15