SURFEX v8.1
General documentation of Surfex
Public Member Functions | List of all members
grib_api_interface::igrib_write_bytes Interface Reference

Public Member Functions

subroutine igrib_write_bytes_int (KFILE, KBUF, KBYTES)
 
subroutine igrib_write_bytes_real4 (KFILE, PBUF, KBYTES)
 
subroutine igrib_write_bytes_real8 (KFILE, PBUF, KBYTES)
 
subroutine igrib_write_bytes_char (KFILE, CDBUF, KBYTES)
 

Detailed Description

Definition at line 46 of file grib_api_interface.F90.

Member Function/Subroutine Documentation

◆ igrib_write_bytes_char()

subroutine grib_api_interface::igrib_write_bytes::igrib_write_bytes_char ( integer(kind=jpim), intent(in)  KFILE,
character(len=1), dimension(:), intent(in)  CDBUF,
integer(kind=jpksize_t), intent(inout)  KBYTES 
)

Definition at line 743 of file grib_api_interface.F90.

◆ igrib_write_bytes_int()

subroutine grib_api_interface::igrib_write_bytes::igrib_write_bytes_int ( integer(kind=jpim), intent(in)  KFILE,
integer(kind=jpim), dimension(:), intent(in)  KBUF,
integer(kind=jpksize_t), intent(inout)  KBYTES 
)

Definition at line 680 of file grib_api_interface.F90.

◆ igrib_write_bytes_real4()

subroutine grib_api_interface::igrib_write_bytes::igrib_write_bytes_real4 ( integer(kind=jpim), intent(in)  KFILE,
real(kind=jprm), dimension(:), intent(in)  PBUF,
integer(kind=jpksize_t), intent(inout)  KBYTES 
)

Definition at line 701 of file grib_api_interface.F90.

◆ igrib_write_bytes_real8()

subroutine grib_api_interface::igrib_write_bytes::igrib_write_bytes_real8 ( integer(kind=jpim), intent(in)  KFILE,
real(kind=jprd), dimension(:), intent(in)  PBUF,
integer(kind=jpksize_t), intent(inout)  KBYTES 
)

Definition at line 722 of file grib_api_interface.F90.


The documentation for this interface was generated from the following file: