Data Types | |
interface | GET_GRID_TRIP |
interface | PUT_GRID_TRIP |
Public Member Functions | |
subroutine | PUT_GRID_TRIP (PGRID_TRIP, PLONMIN, PLONMAX, PLATMIN, PLATMAX, PRES, KLON, KLAT, PLON, PLAT) |
subroutine | GET_GRID_TRIP (PGRID_TRIP, PLONMIN, PLONMAX, PLATMIN, PLATMAX, PRES, KLON, KLAT, PLON, PLAT) |
Definition at line 2 of file mode_grid_trip.F90.
subroutine MODE_GRID_TRIP::GET_GRID_TRIP | ( | REAL, dimension(:), intent(in) | PGRID_TRIP, |
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 | ||
) |
Definition at line 83 of file mode_grid_trip.F90.
subroutine MODE_GRID_TRIP::PUT_GRID_TRIP | ( | REAL, dimension(:), intent(out) | PGRID_TRIP, |
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 | ||
) |
Definition at line 25 of file mode_grid_trip.F90.