next up previous contents
Next: init_column_estate_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_pft_depvd_type   Contents

init_column_pstate_type


INTERFACE:

   subroutine init_column_pstate_type(beg, end, cps)
DESCRIPTION:

Initialize column physical state variables


USES:

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



Erik Kluzek 2011-06-15