|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | horibl_surf_init (PILA1, PILO1, PILA2, PILO2, KINLA, KINLO, KOLEN, PXOUT, PYOUT, OINTERP, OGLOBLON, OGLOBN, OGLOBS, KO, KINLO_OUT, POLA, POLO, PILO1_OUT, PILO2_OUT, PLA, PILATARRAY) |
| subroutine horibl_surf_init | ( | 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) | KOLEN, | ||
| real, dimension(:), intent(in) | PXOUT, | ||
| real, dimension(:), intent(in) | PYOUT, | ||
| logical, dimension(:), intent(in) | OINTERP, | ||
| logical, intent(out) | OGLOBLON, | ||
| logical, intent(out) | OGLOBN, | ||
| logical, intent(out) | OGLOBS, | ||
| integer, dimension(:,:), intent(out) | KO, | ||
| integer, dimension(:), intent(out) | KINLO_OUT, | ||
| real, dimension(:), intent(out) | POLA, | ||
| real, dimension(:), intent(out) | POLO, | ||
| real, intent(out) | PILO1_OUT, | ||
| real, intent(out) | PILO2_OUT, | ||
| real, dimension(:,:), intent(out) | PLA, | ||
| real, dimension(:), intent(in), optional | PILATARRAY | ||
| ) |
Definition at line 10 of file horibl_surf_init.F90.


1.8.13