|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | eggrvs (PRPI, PRA, PDELX, PDELY, KPROF, KBEG, KEND, KULOUT, PGELAM, PGELAT, PGM, PGNORX, PGNORY) |
| subroutine eggrvs | ( | real(kind=jprb), intent(in) | PRPI, |
| real(kind=jprb), intent(in) | PRA, | ||
| real(kind=jprb), intent(in) | PDELX, | ||
| real(kind=jprb), intent(in) | PDELY, | ||
| integer(kind=jpim), intent(in) | KPROF, | ||
| integer(kind=jpim), intent(in) | KBEG, | ||
| integer(kind=jpim), intent(in) | KEND, | ||
| integer(kind=jpim), intent(in) | KULOUT, | ||
| real(kind=jprb), dimension(kprof), intent(inout) | PGELAM, | ||
| real(kind=jprb), dimension(kprof), intent(inout) | PGELAT, | ||
| real(kind=jprb), dimension(kprof), intent(out) | PGM, | ||
| real(kind=jprb), dimension(kprof), intent(out) | PGNORX, | ||
| real(kind=jprb), dimension(kprof), intent(out) | PGNORY | ||
| ) |
Definition at line 3 of file eggrvs.F90.


1.8.13