|
SURFEX v8.1
General documentation of Surfex
|
Public Member Functions | |
| subroutine | read_trip_x (KLISTING, HFILE, HVNAME, PREAD) |
| subroutine | read_trip_xy (KLISTING, HFILE, HVNAME, PREAD) |
| subroutine | read_trip_xyz (KLISTING, HFILE, HVNAME, PREAD) |
Definition at line 44 of file mode_rw_trip.F90.
| subroutine mode_rw_trip::read_trip::read_trip_x | ( | integer, intent(in) | KLISTING, |
| character(len=*), intent(in) | HFILE, | ||
| character(len=*), intent(in) | HVNAME, | ||
| real, dimension(:), intent(out) | PREAD | ||
| ) |
Definition at line 63 of file mode_rw_trip.F90.
| subroutine mode_rw_trip::read_trip::read_trip_xy | ( | integer, intent(in) | KLISTING, |
| character(len=*), intent(in) | HFILE, | ||
| character(len=*), intent(in) | HVNAME, | ||
| real, dimension(:,:), intent(out) | PREAD | ||
| ) |
Definition at line 109 of file mode_rw_trip.F90.
| subroutine mode_rw_trip::read_trip::read_trip_xyz | ( | integer, intent(in) | KLISTING, |
| character(len=*), intent(in) | HFILE, | ||
| character(len=*), intent(in) | HVNAME, | ||
| real, dimension(:,:,:), intent(out) | PREAD | ||
| ) |
Definition at line 155 of file mode_rw_trip.F90.
1.8.13