write Interface

public interface write

Module Procedures

public subroutine writeArrayInt(fh, Array)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: fh
integer(kind=int32), intent(in), allocatable :: Array(:,:)

public subroutine writeArrayReal(fh, Array)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: fh
real(kind=real64), intent(in), allocatable :: Array(:,:)

public subroutine writeArrayIntVec(fh, Vector)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: fh
integer(kind=int32), intent(in), allocatable :: Vector(:)

public subroutine writeArrayRealVec(fh, Vector)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: fh
real(kind=real64), intent(in), allocatable :: Vector(:)

public subroutine writeArrayInt3(fh, Array3)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: fh
integer(kind=int32), intent(in), allocatable :: Array3(:,:,:)

public subroutine writeArrayReal3(fh, Array3)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: fh
real(kind=real64), intent(in), allocatable :: Array3(:,:,:)