|
SURFEX v8.1
General documentation of Surfex
|
Data Types | |
| interface | read_trip |
| interface | write_trip |
Functions/Subroutines | |
| subroutine | read_trip_x (KLISTING, HFILE, HVNAME, PREAD) |
| subroutine | read_trip_xy (KLISTING, HFILE, HVNAME, PREAD) |
| subroutine | read_trip_xyz (KLISTING, HFILE, HVNAME, PREAD) |
| subroutine | write_trip_xy (KLISTING, HFILE, HVNAME, OMASK, PWRITE, KTNUM, KTVAL, ODOUBLE, OXIOS) |
| subroutine | write_trip_xyz (KLISTING, HFILE, HVNAME, OMASK, PWRITE, KTNUM, KTVAL, ODOUBLE, OXIOS) |
| subroutine | write_trip_date (KLISTING, HFILE, KYEAR, KMONTH, KDAY, PTIME) |
| subroutine mode_rw_trip::write_trip_date | ( | integer, intent(in) | KLISTING, |
| character(len=*), intent(in) | HFILE, | ||
| integer, intent(in) | KYEAR, | ||
| integer, intent(in) | KMONTH, | ||
| integer, intent(in) | KDAY, | ||
| real, intent(in) | PTIME | ||
| ) |
Definition at line 372 of file mode_rw_trip.F90.


| subroutine mode_rw_trip::write_trip_xy | ( | integer, intent(in) | KLISTING, |
| character(len=*), intent(in) | HFILE, | ||
| character(len=*), intent(in) | HVNAME, | ||
| logical, dimension(:,:), intent(in) | OMASK, | ||
| real, dimension(:,:), intent(in) | PWRITE, | ||
| integer, intent(in), optional | KTNUM, | ||
| integer, intent(in), optional | KTVAL, | ||
| logical, intent(in), optional | ODOUBLE, | ||
| logical, intent(in), optional | OXIOS | ||
| ) |
| subroutine mode_rw_trip::write_trip_xyz | ( | integer, intent(in) | KLISTING, |
| character(len=*), intent(in) | HFILE, | ||
| character(len=*), intent(in) | HVNAME, | ||
| logical, dimension(:,:), intent(in) | OMASK, | ||
| real, dimension(:,:,:), intent(in) | PWRITE, | ||
| integer, intent(in), optional | KTNUM, | ||
| integer, intent(in), optional | KTVAL, | ||
| logical, intent(in), optional | ODOUBLE, | ||
| logical, intent(in), optional | OXIOS | ||
| ) |
1.8.13