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

Private Member Functions

subroutine bytes_io_write_jpim_int (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_write_jpim_int_array (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_write_jpim_real4 (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_write_jpim_real4_array (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_write_jpim_real8 (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_write_jpim_real8_array (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_write_jpim_char_array (KFILE, CDBUF, KBYTES, KRET)
 
subroutine bytes_io_write_jpib_int (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_write_jpib_int_array (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_write_jpib_real4 (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_write_jpib_real4_array (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_write_jpib_real8 (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_write_jpib_real8_array (KFILE, PBUF, KBYTES, KRET)
 
subroutine bytes_io_write_jpib_char_array (KFILE, CDBUF, KBYTES, KRET)
 

Detailed Description

Definition at line 50 of file bytes_io_mod.F90.

Member Function/Subroutine Documentation

◆ bytes_io_write_jpib_char_array()

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

Definition at line 759 of file bytes_io_mod.F90.

◆ bytes_io_write_jpib_int()

subroutine bytes_io_mod::bytes_io_write::bytes_io_write_jpib_int ( integer(kind=jpim), intent(in)  KFILE,
integer(kind=jpim), intent(in)  PBUF,
integer(kind=jpib), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 620 of file bytes_io_mod.F90.

◆ bytes_io_write_jpib_int_array()

subroutine bytes_io_mod::bytes_io_write::bytes_io_write_jpib_int_array ( integer(kind=jpim), intent(in)  KFILE,
integer(kind=jpim), dimension(:), intent(in)  PBUF,
integer(kind=jpib), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 644 of file bytes_io_mod.F90.

◆ bytes_io_write_jpib_real4()

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

Definition at line 668 of file bytes_io_mod.F90.

◆ bytes_io_write_jpib_real4_array()

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

Definition at line 692 of file bytes_io_mod.F90.

◆ bytes_io_write_jpib_real8()

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

Definition at line 715 of file bytes_io_mod.F90.

◆ bytes_io_write_jpib_real8_array()

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

Definition at line 737 of file bytes_io_mod.F90.

◆ bytes_io_write_jpim_char_array()

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

Definition at line 453 of file bytes_io_mod.F90.

◆ bytes_io_write_jpim_int()

subroutine bytes_io_mod::bytes_io_write::bytes_io_write_jpim_int ( integer(kind=jpim), intent(in)  KFILE,
integer(kind=jpim), intent(in)  PBUF,
integer(kind=jpim), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 314 of file bytes_io_mod.F90.

◆ bytes_io_write_jpim_int_array()

subroutine bytes_io_mod::bytes_io_write::bytes_io_write_jpim_int_array ( integer(kind=jpim), intent(in)  KFILE,
integer(kind=jpim), dimension(:), intent(in)  PBUF,
integer(kind=jpim), intent(in)  KBYTES,
integer(kind=jpim), intent(out), optional  KRET 
)
private

Definition at line 338 of file bytes_io_mod.F90.

◆ bytes_io_write_jpim_real4()

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

Definition at line 362 of file bytes_io_mod.F90.

◆ bytes_io_write_jpim_real4_array()

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

Definition at line 386 of file bytes_io_mod.F90.

◆ bytes_io_write_jpim_real8()

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

Definition at line 409 of file bytes_io_mod.F90.

◆ bytes_io_write_jpim_real8_array()

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

Definition at line 431 of file bytes_io_mod.F90.


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