INTERFACE:
subroutine DriverInit(lbc, ubc, lbp, ubp, &
num_nolakec, filter_nolakec, num_lakec, filter_lakec)
DESCRIPTION:
Initialization of driver variables needed from previous timestepUSES:
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 driverREVISION HISTORY:
Created by Mariana Vertenstein