INTERFACE:
subroutine c2l_1d (lbc, ubc, lbl, ubl, carr, larr, c2l_scale_type)DESCRIPTION:
Perfrom subgrid-average from columns to landunits Averaging is only done for points that are not equal to "spval".ARGUMENTS:
implicit none
integer , intent(in) :: lbc, ubc ! beginning and ending column indi
integer , intent(in) :: lbl, ubl ! beginning and ending landunit in
real(r8), intent(in) :: carr(lbc:ubc) ! input column array
real(r8), intent(out) :: larr(lbl:ubl) ! output landunit array
character(len=*), intent(in) :: c2l_scale_type ! scale factor type for av
REVISION HISTORY:
Created by Mariana Vertenstein 12/03