|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | bilin_value (KLUOUT, KX, KY, PFIELD1, PCX, PCY, KCI, KCJ, PFIELD2) |
| subroutine bilin_value | ( | integer, intent(in) | KLUOUT, |
| integer, intent(in) | KX, | ||
| integer, intent(in) | KY, | ||
| real, dimension(:,:), intent(in) | PFIELD1, | ||
| real, dimension(:,:), intent(in) | PCX, | ||
| real, dimension(:,:), intent(in) | PCY, | ||
| integer, dimension(:), intent(in) | KCI, | ||
| integer, dimension(:), intent(in) | KCJ, | ||
| real, dimension(:,:), intent(out) | PFIELD2 | ||
| ) |
Definition at line 7 of file bilin_value.F90.


1.8.13