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

init_column_cstate_type


INTERFACE:

   subroutine init_column_cstate_type(beg, end, ccs)
DESCRIPTION:

Initialize column carbon state variables


ARGUMENTS:

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



Erik Kluzek 2011-06-15