SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | bilin_coef (KLUOUT, PX1, PY1, PX2, PY2, PCX, PCY, KCI, KCJ) |
subroutine bilin_coef | ( | integer, intent(in) | KLUOUT, |
real, dimension(:), intent(in) | PX1, | ||
real, dimension(:), intent(in) | PY1, | ||
real, dimension(:), intent(in) | PX2, | ||
real, dimension(:), intent(in) | PY2, | ||
real, dimension(:,:), intent(out) | PCX, | ||
real, dimension(:,:), intent(out) | PCY, | ||
integer, dimension(:), intent(out) | KCI, | ||
integer, dimension(:), intent(out) | KCJ | ||
) |