SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | bilin_extrap (KLUOUT, KX, KY, KCIJ, PX1, PY1, PFIELD1, PX2, PY2, PFIELD2, OINTERP) |
subroutine bilin_extrap | ( | integer, intent(in) | KLUOUT, |
integer, intent(in) | KX, | ||
integer, intent(in) | KY, | ||
integer, dimension(:,:), intent(in) | KCIJ, | ||
real, dimension(:), intent(in) | PX1, | ||
real, dimension(:), intent(in) | PY1, | ||
real, dimension(:,:), intent(in) | PFIELD1, | ||
real, dimension(:), intent(in) | PX2, | ||
real, dimension(:), intent(in) | PY2, | ||
real, dimension(:,:), intent(inout) | PFIELD2, | ||
logical, dimension(:), intent(in) | OINTERP | ||
) |
Definition at line 7 of file bilin_extrap.F90.