next up previous contents index
Next: Module FracWetMod (File: FracWetMod.F90) Up: Module DriverInitMod (File: DriverInitMod.F90) Previous: Module DriverInitMod (File: DriverInitMod.F90)   Contents   Index


DriverInit


INTERFACE:

   subroutine DriverInit(lbc, ubc, lbp, ubp, &
              num_nolakec, filter_nolakec, num_lakec, filter_lakec)
DESCRIPTION:

   Initialization of driver variables needed from previous timestep
USES:
     use shr_kind_mod, only: r8 => shr_kind_r8
     use clmtype
     use clm_varpar, only : nlevsoi
ARGUMENTS:
     implicit none
     integer, intent(in) :: lbc, ubc                    ! column-index bounds
     integer, intent(in) :: lbp, ubp                    ! pft-index bounds
     integer, intent(in) :: num_nolakec                 ! number of column non
     integer, intent(in) :: filter_nolakec(ubc-lbc+1)   ! column filter for no
     integer, intent(in) :: num_lakec                   ! number of column non
     integer, intent(in) :: filter_lakec(ubc-lbc+1)     ! column filter for no
CALLED FROM:
   subroutine driver
REVISION HISTORY:
   Created by Mariana Vertenstein



Mariana Vertenstein 2004-06-21