SURFEX v8.1
General documentation of Surfex
Data Types | Functions/Subroutines
mode_rw_trip Module Reference

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)
 

Function/Subroutine Documentation

◆ read_trip_x()

subroutine mode_rw_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.

Here is the call graph for this function:

◆ read_trip_xy()

subroutine mode_rw_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.

Here is the call graph for this function:

◆ read_trip_xyz()

subroutine mode_rw_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.

Here is the call graph for this function:

◆ write_trip_date()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ write_trip_xy()

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 
)

Definition at line 201 of file mode_rw_trip.F90.

Here is the call graph for this function:

◆ write_trip_xyz()

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 
)

Definition at line 283 of file mode_rw_trip.F90.

Here is the call graph for this function: