INTERFACE:
subroutine CNAllocationInit ( lbc, ubc, lbp, ubp )DESCRIPTION:
USES:
use clm_varcon , only: secspday
use clm_time_manager, only: get_step_size
use surfrdMod , only: crop_prog
use clm_varctl , only: iulog
use nanMod , only: nan
ARGUMENTS:
implicit none
integer, intent(in) :: lbc, ubc ! column-index bounds
integer, intent(in) :: lbp, ubp ! pft-index bounds
CALLED FROM:
REVISION HISTORY:
4/6/11: Created by Erik KluzekLOCAL VARIABLES:
character(len=32) :: subname = 'CNAllocationInit'