next up previous contents
Next: init_column_wflux_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_column_nstate_type   Contents

init_column_eflux_type


INTERFACE:

   subroutine init_column_eflux_type(beg, end, cef)
DESCRIPTION:

Initialize column energy flux variables


ARGUMENTS:

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



Erik Kluzek 2011-06-15