public interface disp
Display a scalar, vector or matrix.
(Specification)
Subroutines
private module subroutine disp_0_cdp(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=dp), |
intent(in) |
|
| :: |
x | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_0_csp(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=sp), |
intent(in) |
|
| :: |
x | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_0_iint16(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int16), |
intent(in) |
|
| :: |
x | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_0_iint32(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int32), |
intent(in) |
|
| :: |
x | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_0_iint64(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int64), |
intent(in) |
|
| :: |
x | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_0_iint8(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int8), |
intent(in) |
|
| :: |
x | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_0_lc_bool(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
logical(kind=c_bool), |
intent(in) |
|
| :: |
x | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_0_llk(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
logical(kind=lk), |
intent(in) |
|
| :: |
x | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_0_rdp(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=dp), |
intent(in) |
|
| :: |
x | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_0_rsp(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=sp), |
intent(in) |
|
| :: |
x | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_1_cdp(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=dp), |
intent(in) |
|
| :: |
x(:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_1_csp(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=sp), |
intent(in) |
|
| :: |
x(:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_1_iint16(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int16), |
intent(in) |
|
| :: |
x(:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_1_iint32(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int32), |
intent(in) |
|
| :: |
x(:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_1_iint64(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int64), |
intent(in) |
|
| :: |
x(:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_1_iint8(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int8), |
intent(in) |
|
| :: |
x(:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_1_lc_bool(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
logical(kind=c_bool), |
intent(in) |
|
| :: |
x(:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_1_llk(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
logical(kind=lk), |
intent(in) |
|
| :: |
x(:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_1_rdp(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=dp), |
intent(in) |
|
| :: |
x(:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_1_rsp(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=sp), |
intent(in) |
|
| :: |
x(:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_2_cdp(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=dp), |
intent(in) |
|
| :: |
x(:,:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_2_csp(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
complex(kind=sp), |
intent(in) |
|
| :: |
x(:,:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_2_iint16(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int16), |
intent(in) |
|
| :: |
x(:,:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_2_iint32(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int32), |
intent(in) |
|
| :: |
x(:,:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_2_iint64(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int64), |
intent(in) |
|
| :: |
x(:,:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_2_iint8(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
integer(kind=int8), |
intent(in) |
|
| :: |
x(:,:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_2_lc_bool(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
logical(kind=c_bool), |
intent(in) |
|
| :: |
x(:,:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_2_llk(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
logical(kind=lk), |
intent(in) |
|
| :: |
x(:,:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_2_rdp(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=dp), |
intent(in) |
|
| :: |
x(:,:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_2_rsp(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real(kind=sp), |
intent(in) |
|
| :: |
x(:,:) | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_character(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
character(len=*), |
intent(in), |
optional |
| :: |
x | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |
private module subroutine disp_string_type(x, header, unit, brief)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
type(string_type), |
intent(in) |
|
| :: |
x | |
character(len=*), |
intent(in), |
optional |
| :: |
header | |
integer, |
intent(in), |
optional |
| :: |
unit | |
logical, |
intent(in), |
optional |
| :: |
brief | |