|
CAM
|
Functions/Subroutines | |
| subroutine, public | rebin (nsrc, ntrg, src_x, trg_x, src, trg) |
| subroutine, public mo_util::rebin | ( | integer, intent(in) | nsrc, |
| integer, intent(in) | ntrg, | ||
| real(r8), dimension(nsrc+1), intent(in) | src_x, | ||
| real(r8), dimension(ntrg+1), intent(in) | trg_x, | ||
| real(r8), dimension(nsrc), intent(in) | src, | ||
| real(r8), dimension(ntrg), intent(out) | trg | ||
| ) |
