|
SURFEX v8.1
General documentation of Surfex
|
Functions/Subroutines | |
| subroutine | put_trip_grid (PTRIP_GRID, PLONMIN, PLONMAX, PLATMIN, PLATMAX, PRES, KLON, KLAT, PLON, PLAT) |
| subroutine | get_trip_grid (PTRIP_GRID, PLONMIN, PLONMAX, PLATMIN, PLATMAX, PRES, KLON, KLAT, PLON, PLAT) |
| subroutine mode_trip_grid::get_trip_grid | ( | real, dimension(:), intent(in) | PTRIP_GRID, |
| real, intent(out), optional | PLONMIN, | ||
| real, intent(out), optional | PLONMAX, | ||
| real, intent(out), optional | PLATMIN, | ||
| real, intent(out), optional | PLATMAX, | ||
| real, intent(out), optional | PRES, | ||
| integer, intent(out), optional | KLON, | ||
| integer, intent(out), optional | KLAT, | ||
| real, dimension(:), intent(out), optional | PLON, | ||
| real, dimension(:), intent(out), optional | PLAT | ||
| ) |
| subroutine mode_trip_grid::put_trip_grid | ( | real, dimension(:), intent(out) | PTRIP_GRID, |
| real, intent(in) | PLONMIN, | ||
| real, intent(in) | PLONMAX, | ||
| real, intent(in) | PLATMIN, | ||
| real, intent(in) | PLATMAX, | ||
| real, intent(in) | PRES, | ||
| integer, intent(in) | KLON, | ||
| integer, intent(in) | KLAT, | ||
| real, dimension(:), intent(in) | PLON, | ||
| real, dimension(:), intent(in) | PLAT | ||
| ) |
1.8.13