|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | horibl_surf_extrap (PILA1, PILO1, PILA2, PILO2, KINLA, KINLO, KILEN, PARIN, KOLEN, KP, PXOUT, PYOUT, PAROUT, KLUOUT, OINTERP, PILATARRAY) |
| subroutine horibl_surf_extrap | ( | real, intent(in) | PILA1, |
| real, intent(in) | PILO1, | ||
| real, intent(in) | PILA2, | ||
| real, intent(in) | PILO2, | ||
| integer, intent(in) | KINLA, | ||
| integer, dimension(:), intent(in) | KINLO, | ||
| integer, intent(in) | KILEN, | ||
| real, dimension(:,:), intent(in) | PARIN, | ||
| integer, intent(in) | KOLEN, | ||
| integer, dimension(:,:), intent(in) | KP, | ||
| real, dimension(:), intent(in) | PXOUT, | ||
| real, dimension(:), intent(in) | PYOUT, | ||
| real, dimension(:,:), intent(inout) | PAROUT, | ||
| integer, intent(in) | KLUOUT, | ||
| logical, dimension(:), intent(in) | OINTERP, | ||
| real, dimension(:), intent(in), optional | PILATARRAY | ||
| ) |
Definition at line 8 of file horibl_surf_extrap.F90.


1.8.13