next up previous contents index
Next: init_column_wstate_type Up: Module clmtypeInitMod (File: clmtypeInitMod.F90) Previous: init_column_pstate_type   Contents   Index


init_column_estate_type


INTERFACE:

   subroutine init_column_estate_type(beg, end, ces)
DESCRIPTION:

   Initialize column energy state variables
ARGUMENTS:
     implicit none
     integer, intent(in) :: beg, end
     type (column_estate_type), intent(inout):: ces
REVISION HISTORY:
   Created by Mariana Vertenstein



Mariana Vertenstein 2004-06-21