IOREAD Module


Uses

  • module~~ioread~~UsesGraph module~ioread IOREAD module~iofile IOFILE module~ioread->module~iofile

Used by

  • module~~ioread~~UsedByGraph module~ioread IOREAD module~sf_iotools SF_IOTOOLS module~sf_iotools->module~ioread module~scifor SCIFOR module~scifor->module~sf_iotools module~sf_stat SF_STAT module~scifor->module~sf_stat module~sf_stat->module~sf_iotools

Interfaces

public interface sread

  • private subroutine sreadA1_RR(pname, X, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:) :: X
    real(kind=8), dimension(size(X)) :: Y1
  • private subroutine sreadA1_RC(pname, X, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:) :: X
    complex(kind=8), dimension(size(X)) :: Y1
  • private subroutine sreadA2_RR(pname, X, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,2)) :: X
    real(kind=8), dimension(:,:) :: Y1
  • private subroutine sreadA2_RC(pname, X, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,2)) :: X
    complex(kind=8), dimension(:,:) :: Y1
  • private subroutine sreadA3_RR(pname, X, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,3)) :: X
    real(kind=8), dimension(:,:,:) :: Y1
  • private subroutine sreadA3_RC(pname, X, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,3)) :: X
    complex(kind=8), dimension(:,:,:) :: Y1
  • private subroutine sreadA4_RR(pname, X, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,4)) :: X
    real(kind=8), dimension(:,:,:,:) :: Y1
  • private subroutine sreadA4_RC(pname, X, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,4)) :: X
    complex(kind=8), dimension(:,:,:,:) :: Y1
  • private subroutine sreadA5_RR(pname, X, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,5)) :: X
    real(kind=8), dimension(:,:,:,:,:) :: Y1
  • private subroutine sreadA5_RC(pname, X, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,5)) :: X
    complex(kind=8), dimension(:,:,:,:,:) :: Y1
  • private subroutine sreadA6_RR(pname, X, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,6)) :: X
    real(kind=8), dimension(:,:,:,:,:,:) :: Y1
  • private subroutine sreadA6_RC(pname, X, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,6)) :: X
    complex(kind=8), dimension(:,:,:,:,:,:) :: Y1
  • private subroutine sreadA7_RR(pname, X, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,7)) :: X
    real(kind=8), dimension(:,:,:,:,:,:,:) :: Y1
  • private subroutine sreadA7_RC(pname, X, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(size(Y1,7)) :: X
    complex(kind=8), dimension(:,:,:,:,:,:,:) :: Y1

public interface read_array

  • private subroutine data_readA1_R(pname, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:) :: Y1
  • private subroutine data_readA1_C(pname, Y1)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    complex(kind=8), dimension(:) :: Y1
  • private subroutine data_readA2_R(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_readA2_C(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    complex(kind=8), dimension(:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_readA3_R(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_readA3_C(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    complex(kind=8), dimension(:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_readA4_R(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:,:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_readA4_C(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    complex(kind=8), dimension(:,:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_readA5_R(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:,:,:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_readA5_C(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    complex(kind=8), dimension(:,:,:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_readA6_R(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:,:,:,:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_readA6_C(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    complex(kind=8), dimension(:,:,:,:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_readA7_R(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    real(kind=8), dimension(:,:,:,:,:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace
  • private subroutine data_readA7_C(pname, Y1, order, wspace)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: pname
    complex(kind=8), dimension(:,:,:,:,:,:,:) :: Y1
    character(len=*), optional :: order
    logical, optional :: wspace