SURFEX v8.1
General documentation of Surfex
|
Public Member Functions | |
subroutine | igrib_read_bytes_int (KFILE, KBUF, KBYTES, KRET) |
subroutine | igrib_read_bytes_real4 (KFILE, PBUF, KBYTES, KRET) |
subroutine | igrib_read_bytes_real8 (KFILE, PBUF, KBYTES, KRET) |
subroutine | igrib_read_bytes_char (KFILE, CDBUF, KBYTES, KRET) |
Definition at line 42 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_read_bytes::igrib_read_bytes_char | ( | integer(kind=jpim), intent(in) | KFILE, |
character(len=1), dimension(:), intent(out) | CDBUF, | ||
integer(kind=jpksize_t), intent(inout) | KBYTES, | ||
integer(kind=jpim), intent(out) | KRET | ||
) |
Definition at line 656 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_read_bytes::igrib_read_bytes_int | ( | integer(kind=jpim), intent(in) | KFILE, |
integer(kind=jpim), dimension(:), intent(out) | KBUF, | ||
integer(kind=jpksize_t), intent(inout) | KBYTES, | ||
integer(kind=jpim), intent(out) | KRET | ||
) |
Definition at line 590 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_read_bytes::igrib_read_bytes_real4 | ( | integer(kind=jpim), intent(in) | KFILE, |
real(kind=jprm), dimension(:), intent(out) | PBUF, | ||
integer(kind=jpksize_t), intent(inout) | KBYTES, | ||
integer(kind=jpim), intent(out) | KRET | ||
) |
Definition at line 612 of file grib_api_interface.F90.
subroutine grib_api_interface::igrib_read_bytes::igrib_read_bytes_real8 | ( | integer(kind=jpim), intent(in) | KFILE, |
real(kind=jprd), dimension(:), intent(out) | PBUF, | ||
integer(kind=jpksize_t), intent(inout) | KBYTES, | ||
integer(kind=jpim), intent(out) | KRET | ||
) |
Definition at line 634 of file grib_api_interface.F90.