next up previous contents
Next: CNAllocation Up: Fortran: Module Interface CNAllocationMod Previous: Fortran: Module Interface CNAllocationMod   Contents

CNAllocationInit


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 Kluzek
LOCAL VARIABLES:
     character(len=32) :: subname = 'CNAllocationInit'



Erik Kluzek 2011-06-15