Builder API for constructing spec_t from data arrays.
Functions
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
x(:) |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
y(:) |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
title |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
xlabel |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
ylabel |
|
|
integer,
|
intent(in), |
optional |
|
:: |
width |
|
|
integer,
|
intent(in), |
optional |
|
:: |
height |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
interpolate |
|
Return Value
type(spec_t)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
x(:) |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
y(:) |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
title |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
xlabel |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
ylabel |
|
|
integer,
|
intent(in), |
optional |
|
:: |
width |
|
|
integer,
|
intent(in), |
optional |
|
:: |
height |
|
Return Value
type(spec_t)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
x(:) |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
y(:) |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
title |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
xlabel |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
ylabel |
|
|
integer,
|
intent(in), |
optional |
|
:: |
width |
|
|
integer,
|
intent(in), |
optional |
|
:: |
height |
|
Return Value
type(spec_t)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
x(:) |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
y(:) |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
title |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
xlabel |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
ylabel |
|
|
integer,
|
intent(in), |
optional |
|
:: |
width |
|
|
integer,
|
intent(in), |
optional |
|
:: |
height |
|
Return Value
type(spec_t)
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
field |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
type |
|
Return Value
type(channel_t)
Subroutines
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
type(spec_t),
|
intent(inout) |
|
|
:: |
spec |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
mark_type |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
x(:) |
|
|
real(kind=wp),
|
intent(in), |
|
contiguous
|
:: |
y(:) |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
label |
|
|
character(len=*),
|
intent(in), |
optional |
|
:: |
interpolate |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
type(spec_t),
|
intent(in) |
|
|
:: |
spec |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
filename |
|
|
integer,
|
intent(out), |
optional |
|
:: |
status |
|