|
SURFEX v8.1
General documentation of Surfex
|
Public Member Functions | |
| 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) |
Definition at line 50 of file mode_rw_trip.F90.
| subroutine mode_rw_trip::write_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 | ||
| ) |
Definition at line 201 of file mode_rw_trip.F90.
| subroutine mode_rw_trip::write_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 | ||
| ) |
Definition at line 283 of file mode_rw_trip.F90.
1.8.13