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

init_column_estate_type


INTERFACE:

   subroutine init_column_estate_type(beg, end, ces)
DESCRIPTION:

Initialize column energy state variables


USES:

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



Erik Kluzek 2011-06-15