SURFEX v8.1
General documentation of Surfex
Private Member Functions | List of all members
bytes_io_mod::bytes_io_read Interface Reference

Private Member Functions

subroutine bytes_io_read_jpim_int (KFILE, KBUF, KBYTES, KRET)
 
subroutine bytes_io_read_jpim_int_array (KFILE, KBUF, KBYTES, KRET)
 
subroutine bytes_io_read_jpim_real4 (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_read_jpim_real4_array (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_read_jpim_real8 (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_read_jpim_real8_array (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_read_jpim_char_array (KFILE, CDBUF, KBYTES, KRET)
 
subroutine bytes_io_read_jpib_int (KFILE, KBUF, KBYTES, KRET)
 
subroutine bytes_io_read_jpib_int_array (KFILE, KBUF, KBYTES, KRET)
 
subroutine bytes_io_read_jpib_real4 (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_read_jpib_real4_array (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_read_jpib_real8 (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_read_jpib_real8_array (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_read_jpib_char_array (KFILE, CDBUF, KBYTES, KRET)
 

Detailed Description

Definition at line 32 of file bytes_io_mod.F90.

Member Function/Subroutine Documentation

◆ bytes_io_read_jpib_char_array()

subroutine bytes_io_mod::bytes_io_read::bytes_io_read_jpib_char_array ( integer(kind=jpim), intent(in)  KFILE,
character(len=1), dimension(:), intent(out)  CDBUF,
integer(kind=jpib), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 596 of file bytes_io_mod.F90.

◆ bytes_io_read_jpib_int()

subroutine bytes_io_mod::bytes_io_read::bytes_io_read_jpib_int ( integer(kind=jpim), intent(in)  KFILE,
integer(kind=jpim), intent(out)  KBUF,
integer(kind=jpib), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 476 of file bytes_io_mod.F90.

◆ bytes_io_read_jpib_int_array()

subroutine bytes_io_mod::bytes_io_read::bytes_io_read_jpib_int_array ( integer(kind=jpim), intent(in)  KFILE,
integer(kind=jpim), dimension(:), intent(out)  KBUF,
integer(kind=jpib), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 496 of file bytes_io_mod.F90.

◆ bytes_io_read_jpib_real4()

subroutine bytes_io_mod::bytes_io_read::bytes_io_read_jpib_real4 ( integer(kind=jpim), intent(in)  KFILE,
real(kind=jprm), intent(out)  PBUF,
integer(kind=jpib), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 516 of file bytes_io_mod.F90.

◆ bytes_io_read_jpib_real4_array()

subroutine bytes_io_mod::bytes_io_read::bytes_io_read_jpib_real4_array ( integer(kind=jpim), intent(in)  KFILE,
real(kind=jprm), dimension(:), intent(out)  PBUF,
integer(kind=jpib), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 536 of file bytes_io_mod.F90.

◆ bytes_io_read_jpib_real8()

subroutine bytes_io_mod::bytes_io_read::bytes_io_read_jpib_real8 ( integer(kind=jpim), intent(in)  KFILE,
real(kind=jprd), intent(out)  PBUF,
integer(kind=jpib), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 556 of file bytes_io_mod.F90.

◆ bytes_io_read_jpib_real8_array()

subroutine bytes_io_mod::bytes_io_read::bytes_io_read_jpib_real8_array ( integer(kind=jpim), intent(in)  KFILE,
real(kind=jprd), dimension(:), intent(out)  PBUF,
integer(kind=jpib), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 576 of file bytes_io_mod.F90.

◆ bytes_io_read_jpim_char_array()

subroutine bytes_io_mod::bytes_io_read::bytes_io_read_jpim_char_array ( integer(kind=jpim), intent(in)  KFILE,
character(len=1), dimension(:), intent(out)  CDBUF,
integer(kind=jpim), intent(inout)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 290 of file bytes_io_mod.F90.

◆ bytes_io_read_jpim_int()

subroutine bytes_io_mod::bytes_io_read::bytes_io_read_jpim_int ( integer(kind=jpim), intent(in)  KFILE,
integer(kind=jpim), intent(out)  KBUF,
integer(kind=jpim), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 170 of file bytes_io_mod.F90.

◆ bytes_io_read_jpim_int_array()

subroutine bytes_io_mod::bytes_io_read::bytes_io_read_jpim_int_array ( integer(kind=jpim), intent(in)  KFILE,
integer(kind=jpim), dimension(:), intent(out)  KBUF,
integer(kind=jpim), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 190 of file bytes_io_mod.F90.

◆ bytes_io_read_jpim_real4()

subroutine bytes_io_mod::bytes_io_read::bytes_io_read_jpim_real4 ( integer(kind=jpim), intent(in)  KFILE,
real(kind=jprm), intent(out)  PBUF,
integer(kind=jpim), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 210 of file bytes_io_mod.F90.

◆ bytes_io_read_jpim_real4_array()

subroutine bytes_io_mod::bytes_io_read::bytes_io_read_jpim_real4_array ( integer(kind=jpim), intent(in)  KFILE,
real(kind=jprm), dimension(:), intent(out)  PBUF,
integer(kind=jpim), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 230 of file bytes_io_mod.F90.

◆ bytes_io_read_jpim_real8()

subroutine bytes_io_mod::bytes_io_read::bytes_io_read_jpim_real8 ( integer(kind=jpim), intent(in)  KFILE,
real(kind=jprd), intent(out)  PBUF,
integer(kind=jpim), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 250 of file bytes_io_mod.F90.

◆ bytes_io_read_jpim_real8_array()

subroutine bytes_io_mod::bytes_io_read::bytes_io_read_jpim_real8_array ( integer(kind=jpim), intent(in)  KFILE,
real(kind=jprd), dimension(:), intent(out)  PBUF,
integer(kind=jpim), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 270 of file bytes_io_mod.F90.


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