CAM
|
Functions/Subroutines | |
subroutine, public | check_sums_equal_1 (arr, lb, name, caller) |
subroutine, public | convert_cft_to_pft (begg, endg, cftsize, wt_cft) |
subroutine, public | collapse_crop_types (wt_cft, fert_cft, begg, endg, verbose) |
subroutine, public surfrdutilsmod::check_sums_equal_1 | ( | real(r8), dimension(lb:,:), intent(in) | arr, |
integer, intent(in) | lb, | ||
character(len=*), intent(in) | name, | ||
character(len=*), intent(in) | caller | ||
) |
subroutine, public surfrdutilsmod::collapse_crop_types | ( | real(r8), dimension(begg:, cft_lb:), intent(inout) | wt_cft, |
real(r8), dimension(begg:, cft_lb:), intent(inout) | fert_cft, | ||
integer, intent(in) | begg, | ||
integer, intent(in) | endg, | ||
logical, intent(in) | verbose | ||
) |
subroutine, public surfrdutilsmod::convert_cft_to_pft | ( | integer, intent(in) | begg, |
integer, intent(in) | endg, | ||
integer, intent(in) | cftsize, | ||
real(r8), dimension(begg:,:), intent(inout) | wt_cft | ||
) |