|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | hor_interpol_rotlatlon (KLUOUT, PFIELDIN, PFIELDOUT) |
| subroutine | regrot (PXREG, PYREG, PXROT, PYROT, PXCEN, PYCEN, KCALL) |
| subroutine hor_interpol_rotlatlon | ( | integer, intent(in) | KLUOUT, |
| real, dimension(:,:), intent(in) | PFIELDIN, | ||
| real, dimension(:,:), intent(out) | PFIELDOUT | ||
| ) |
Definition at line 7 of file hor_interpol_rotlatlon.F90.


| subroutine hor_interpol_rotlatlon::regrot | ( | real, dimension(:), intent(inout) | PXREG, |
| real, dimension(:), intent(inout) | PYREG, | ||
| real, dimension(:), intent(inout) | PXROT, | ||
| real, dimension(:), intent(inout) | PYROT, | ||
| real, intent(in) | PXCEN, | ||
| real, intent(in) | PYCEN, | ||
| integer, intent(in) | KCALL | ||
| ) |
Definition at line 213 of file hor_interpol_rotlatlon.F90.


1.8.13