Skip to content

vtk_fortran_dataarray_encoder

VTK file XMl writer, ascii local. ascii encoder binary encoder

Source: src/lib/vtk_fortran_dataarray_encoder.f90

Contents

Interfaces

encode_ascii_dataarray

Ascii DataArray encoder.

Module procedures: encode_ascii_dataarray1_rank1_R8P, encode_ascii_dataarray1_rank1_R4P, encode_ascii_dataarray1_rank1_I8P, encode_ascii_dataarray1_rank1_I4P, encode_ascii_dataarray1_rank1_I2P, encode_ascii_dataarray1_rank1_I1P, encode_ascii_dataarray1_rank2_R8P, encode_ascii_dataarray1_rank2_R4P, encode_ascii_dataarray1_rank2_I8P, encode_ascii_dataarray1_rank2_I4P, encode_ascii_dataarray1_rank2_I2P, encode_ascii_dataarray1_rank2_I1P, encode_ascii_dataarray1_rank3_R8P, encode_ascii_dataarray1_rank3_R4P, encode_ascii_dataarray1_rank3_I8P, encode_ascii_dataarray1_rank3_I4P, encode_ascii_dataarray1_rank3_I2P, encode_ascii_dataarray1_rank3_I1P, encode_ascii_dataarray1_rank4_R8P, encode_ascii_dataarray1_rank4_R4P, encode_ascii_dataarray1_rank4_I8P, encode_ascii_dataarray1_rank4_I4P, encode_ascii_dataarray1_rank4_I2P, encode_ascii_dataarray1_rank4_I1P, encode_ascii_dataarray3_rank1_R8P, encode_ascii_dataarray3_rank1_R4P, encode_ascii_dataarray3_rank1_I8P, encode_ascii_dataarray3_rank1_I4P, encode_ascii_dataarray3_rank1_I2P, encode_ascii_dataarray3_rank1_I1P, encode_ascii_dataarray3_rank3_R8P, encode_ascii_dataarray3_rank3_R4P, encode_ascii_dataarray3_rank3_I8P, encode_ascii_dataarray3_rank3_I4P, encode_ascii_dataarray3_rank3_I2P, encode_ascii_dataarray3_rank3_I1P, encode_ascii_dataarray6_rank1_R8P, encode_ascii_dataarray6_rank1_R4P, encode_ascii_dataarray6_rank1_I8P, encode_ascii_dataarray6_rank1_I4P, encode_ascii_dataarray6_rank1_I2P, encode_ascii_dataarray6_rank1_I1P, encode_ascii_dataarray6_rank3_R8P, encode_ascii_dataarray6_rank3_R4P, encode_ascii_dataarray6_rank3_I8P, encode_ascii_dataarray6_rank3_I4P, encode_ascii_dataarray6_rank3_I2P, encode_ascii_dataarray6_rank3_I1P

encode_binary_dataarray

Binary (base64) DataArray encoder.

Module procedures: encode_binary_dataarray1_rank1_R8P, encode_binary_dataarray1_rank1_R4P, encode_binary_dataarray1_rank1_I8P, encode_binary_dataarray1_rank1_I4P, encode_binary_dataarray1_rank1_I2P, encode_binary_dataarray1_rank1_I1P, encode_binary_dataarray1_rank2_R8P, encode_binary_dataarray1_rank2_R4P, encode_binary_dataarray1_rank2_I8P, encode_binary_dataarray1_rank2_I4P, encode_binary_dataarray1_rank2_I2P, encode_binary_dataarray1_rank2_I1P, encode_binary_dataarray1_rank3_R8P, encode_binary_dataarray1_rank3_R4P, encode_binary_dataarray1_rank3_I8P, encode_binary_dataarray1_rank3_I4P, encode_binary_dataarray1_rank3_I2P, encode_binary_dataarray1_rank3_I1P, encode_binary_dataarray1_rank4_R8P, encode_binary_dataarray1_rank4_R4P, encode_binary_dataarray1_rank4_I8P, encode_binary_dataarray1_rank4_I4P, encode_binary_dataarray1_rank4_I2P, encode_binary_dataarray1_rank4_I1P, encode_binary_dataarray3_rank1_R8P, encode_binary_dataarray3_rank1_R4P, encode_binary_dataarray3_rank1_I8P, encode_binary_dataarray3_rank1_I4P, encode_binary_dataarray3_rank1_I2P, encode_binary_dataarray3_rank1_I1P, encode_binary_dataarray3_rank3_R8P, encode_binary_dataarray3_rank3_R4P, encode_binary_dataarray3_rank3_I8P, encode_binary_dataarray3_rank3_I4P, encode_binary_dataarray3_rank3_I2P, encode_binary_dataarray3_rank3_I1P, encode_binary_dataarray6_rank1_R8P, encode_binary_dataarray6_rank1_R4P, encode_binary_dataarray6_rank1_I8P, encode_binary_dataarray6_rank1_I4P, encode_binary_dataarray6_rank1_I2P, encode_binary_dataarray6_rank1_I1P, encode_binary_dataarray6_rank3_R8P, encode_binary_dataarray6_rank3_R4P, encode_binary_dataarray6_rank3_I8P, encode_binary_dataarray6_rank3_I4P, encode_binary_dataarray6_rank3_I2P, encode_binary_dataarray6_rank3_I1P

Functions

encode_ascii_dataarray1_rank1_R16P

Encode (Base64) a dataarray with 1 components of rank 1 (R8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank1_R16P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R16P)inData variable.

encode_ascii_dataarray1_rank1_R8P

Encode (Base64) a dataarray with 1 components of rank 1 (R8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank1_R8P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R8P)inData variable.

encode_ascii_dataarray1_rank1_R4P

Encode (Base64) a dataarray with 1 components of rank 1 (R4P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank1_R4P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R4P)inData variable.

encode_ascii_dataarray1_rank1_I8P

Encode (Base64) a dataarray with 1 components of rank 1 (I8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank1_I8P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I8P)inData variable.

encode_ascii_dataarray1_rank1_I4P

Encode (Base64) a dataarray with 1 components of rank 1 (I4P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank1_I4P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I4P)inData variable.

encode_ascii_dataarray1_rank1_I2P

Encode (Base64) a dataarray with 1 components of rank 1 (I2P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank1_I2P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I2P)inData variable.

encode_ascii_dataarray1_rank1_I1P

Encode (Base64) a dataarray with 1 components of rank 1 (I1P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank1_I1P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I1P)inData variable.

encode_ascii_dataarray1_rank2_R16P

Encode (Base64) a dataarray with 1 components of rank 2 (R16P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank2_R16P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R16P)inData variable

encode_ascii_dataarray1_rank2_R8P

Encode (Base64) a dataarray with 1 components of rank 2 (R8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank2_R8P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R8P)inData variable

encode_ascii_dataarray1_rank2_R4P

Encode (Base64) a dataarray with 1 components of rank 2 (R4P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank2_R4P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R4P)inData variable

encode_ascii_dataarray1_rank2_I8P

Encode (Base64) a dataarray with 1 components of rank 2 (I8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank2_I8P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I8P)inData variable

encode_ascii_dataarray1_rank2_I4P

Encode (Base64) a dataarray with 1 components of rank 2 (I4P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank2_I4P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I4P)inData variable

encode_ascii_dataarray1_rank2_I2P

Encode (Base64) a dataarray with 1 components of rank 2 (I2P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank2_I2P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I2P)inData variable

encode_ascii_dataarray1_rank2_I1P

Encode (Base64) a dataarray with 1 components of rank 2 (I2P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank2_I1P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I1P)inData variable

encode_ascii_dataarray1_rank3_R16P

Encode (Base64) a dataarray with 1 components of rank 3 (R16P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank3_R16P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R16P)inData variable

encode_ascii_dataarray1_rank3_R8P

Encode (Base64) a dataarray with 1 components of rank 3 (R8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank3_R8P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R8P)inData variable

encode_ascii_dataarray1_rank3_R4P

Encode (Base64) a dataarray with 1 components of rank 3 (R4P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank3_R4P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R4P)inData variable

encode_ascii_dataarray1_rank3_I8P

Encode (Base64) a dataarray with 1 components of rank 3 (I8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank3_I8P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I8P)inData variable

encode_ascii_dataarray1_rank3_I4P

Encode (Base64) a dataarray with 1 components of rank 3 (I4P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank3_I4P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I4P)inData variable

encode_ascii_dataarray1_rank3_I2P

Encode (Base64) a dataarray with 1 components of rank 3 (I2P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank3_I2P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I2P)inData variable

encode_ascii_dataarray1_rank3_I1P

Encode (Base64) a dataarray with 1 components of rank 3 (I1P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank3_I1P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I1P)inData variable

encode_ascii_dataarray1_rank4_R16P

Encode (Base64) a dataarray with 1 components of rank 4 (R16P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank4_R16P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R16P)inData variable.

encode_ascii_dataarray1_rank4_R8P

Encode (Base64) a dataarray with 1 components of rank 4 (R8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank4_R8P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R8P)inData variable.

encode_ascii_dataarray1_rank4_R4P

Encode (Base64) a dataarray with 1 components of rank 4 (R4P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank4_R4P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R4P)inData variable.

encode_ascii_dataarray1_rank4_I8P

Encode (Base64) a dataarray with 1 components of rank 4 (I8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank4_I8P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I8P)inData variable.

encode_ascii_dataarray1_rank4_I4P

Encode (Base64) a dataarray with 1 components of rank 4 (I4P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank4_I4P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I4P)inData variable.

encode_ascii_dataarray1_rank4_I2P

Encode (Base64) a dataarray with 1 components of rank 4 (I2P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank4_I2P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I2P)inData variable.

encode_ascii_dataarray1_rank4_I1P

Encode (Base64) a dataarray with 1 components of rank 4 (I1P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray1_rank4_I1P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I1P)inData variable.

encode_ascii_dataarray3_rank1_R16P

Encode (Base64) a dataarray with 3 components of rank 1 (R16P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray3_rank1_R16P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R16P)inX component.
yreal(kind=R16P)inY component.
zreal(kind=R16P)inZ component.

encode_ascii_dataarray3_rank1_R8P

Encode (Base64) a dataarray with 3 components of rank 1 (R8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray3_rank1_R8P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R8P)inX component.
yreal(kind=R8P)inY component.
zreal(kind=R8P)inZ component.

encode_ascii_dataarray3_rank1_R4P

Encode (Base64) a dataarray with 3 components of rank 1 (R4P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray3_rank1_R4P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R4P)inX component.
yreal(kind=R4P)inY component.
zreal(kind=R4P)inZ component.

encode_ascii_dataarray3_rank1_I8P

Encode (Base64) a dataarray with 3 components of rank 1 (I8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray3_rank1_I8P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I8P)inX component.
yinteger(kind=I8P)inY component.
zinteger(kind=I8P)inZ component.

encode_ascii_dataarray3_rank1_I4P

Encode (Base64) a dataarray with 3 components of rank 1 (I4P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray3_rank1_I4P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I4P)inX component.
yinteger(kind=I4P)inY component.
zinteger(kind=I4P)inZ component.

encode_ascii_dataarray3_rank1_I2P

Encode (Base64) a dataarray with 3 components of rank 1 (I2P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray3_rank1_I2P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I2P)inX component.
yinteger(kind=I2P)inY component.
zinteger(kind=I2P)inZ component.

encode_ascii_dataarray3_rank1_I1P

Encode (Base64) a dataarray with 3 components of rank 1 (I1P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray3_rank1_I1P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I1P)inX component.
yinteger(kind=I1P)inY component.
zinteger(kind=I1P)inZ component.

encode_ascii_dataarray3_rank3_R16P

Encode (Base64) a dataarray with 3 components of rank 3 (R8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray3_rank3_R16P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R16P)inX component.
yreal(kind=R16P)inY component.
zreal(kind=R16P)inZ component.

encode_ascii_dataarray3_rank3_R8P

Encode (Base64) a dataarray with 3 components of rank 3 (R8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray3_rank3_R8P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R8P)inX component.
yreal(kind=R8P)inY component.
zreal(kind=R8P)inZ component.

encode_ascii_dataarray3_rank3_R4P

Encode (Base64) a dataarray with 3 components of rank 3 (R4P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray3_rank3_R4P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R4P)inX component.
yreal(kind=R4P)inY component.
zreal(kind=R4P)inZ component.

encode_ascii_dataarray3_rank3_I8P

Encode (Base64) a dataarray with 3 components of rank 3 (I8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray3_rank3_I8P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I8P)inX component.
yinteger(kind=I8P)inY component.
zinteger(kind=I8P)inZ component.

encode_ascii_dataarray3_rank3_I4P

Encode (Base64) a dataarray with 3 components of rank 3 (I4P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray3_rank3_I4P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I4P)inX component.
yinteger(kind=I4P)inY component.
zinteger(kind=I4P)inZ component.

encode_ascii_dataarray3_rank3_I2P

Encode (Base64) a dataarray with 3 components of rank 3 (I2P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray3_rank3_I2P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I2P)inX component.
yinteger(kind=I2P)inY component.
zinteger(kind=I2P)inZ component.

encode_ascii_dataarray3_rank3_I1P

Encode (Base64) a dataarray with 3 components of rank 3 (I1P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray3_rank3_I1P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I1P)inX component.
yinteger(kind=I1P)inY component.
zinteger(kind=I1P)inZ component.

encode_ascii_dataarray6_rank1_R16P

Encode (Base64) a dataarray with 6 components of rank 1 (R16P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray6_rank1_R16P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
ureal(kind=R16P)inU component.
vreal(kind=R16P)inV component.
wreal(kind=R16P)inW component.
xreal(kind=R16P)inX component.
yreal(kind=R16P)inY component.
zreal(kind=R16P)inZ component.

encode_ascii_dataarray6_rank1_R8P

Encode (Base64) a dataarray with 6 components of rank 1 (R8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray6_rank1_R8P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
ureal(kind=R8P)inU component.
vreal(kind=R8P)inV component.
wreal(kind=R8P)inW component.
xreal(kind=R8P)inX component.
yreal(kind=R8P)inY component.
zreal(kind=R8P)inZ component.

encode_ascii_dataarray6_rank1_R4P

Encode (Base64) a dataarray with 6 components of rank 1 (R4P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray6_rank1_R4P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
ureal(kind=R4P)inU component.
vreal(kind=R4P)inV component.
wreal(kind=R4P)inW component.
xreal(kind=R4P)inX component.
yreal(kind=R4P)inY component.
zreal(kind=R4P)inZ component.

encode_ascii_dataarray6_rank1_I8P

Encode (Base64) a dataarray with 6 components of rank 1 (I8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray6_rank1_I8P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
uinteger(kind=I8P)inU component.
vinteger(kind=I8P)inV component.
winteger(kind=I8P)inW component.
xinteger(kind=I8P)inX component.
yinteger(kind=I8P)inY component.
zinteger(kind=I8P)inZ component.

encode_ascii_dataarray6_rank1_I4P

Encode (Base64) a dataarray with 6 components of rank 1 (I4P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray6_rank1_I4P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
uinteger(kind=I4P)inU component.
vinteger(kind=I4P)inV component.
winteger(kind=I4P)inW component.
xinteger(kind=I4P)inX component.
yinteger(kind=I4P)inY component.
zinteger(kind=I4P)inZ component.

encode_ascii_dataarray6_rank1_I2P

Encode (Base64) a dataarray with 6 components of rank 1 (I2P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray6_rank1_I2P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
uinteger(kind=I2P)inU component.
vinteger(kind=I2P)inV component.
winteger(kind=I2P)inW component.
xinteger(kind=I2P)inX component.
yinteger(kind=I2P)inY component.
zinteger(kind=I2P)inZ component.

encode_ascii_dataarray6_rank1_I1P

Encode (Base64) a dataarray with 6 components of rank 1 (I1P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray6_rank1_I1P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
uinteger(kind=I1P)inU component.
vinteger(kind=I1P)inV component.
winteger(kind=I1P)inW component.
xinteger(kind=I1P)inX component.
yinteger(kind=I1P)inY component.
zinteger(kind=I1P)inZ component.

encode_ascii_dataarray6_rank3_R16P

Encode (Base64) a dataarray with 6 components of rank 3 (R8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray6_rank3_R16P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
ureal(kind=R16P)inU component.
vreal(kind=R16P)inV component.
wreal(kind=R16P)inW component.
xreal(kind=R16P)inX component.
yreal(kind=R16P)inY component.
zreal(kind=R16P)inZ component.

encode_ascii_dataarray6_rank3_R8P

Encode (Base64) a dataarray with 6 components of rank 3 (R8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray6_rank3_R8P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
ureal(kind=R8P)inU component.
vreal(kind=R8P)inV component.
wreal(kind=R8P)inW component.
xreal(kind=R8P)inX component.
yreal(kind=R8P)inY component.
zreal(kind=R8P)inZ component.

encode_ascii_dataarray6_rank3_R4P

Encode (Base64) a dataarray with 3 components of rank 3 (R4P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray6_rank3_R4P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
ureal(kind=R4P)inU component.
vreal(kind=R4P)inV component.
wreal(kind=R4P)inW component.
xreal(kind=R4P)inX component.
yreal(kind=R4P)inY component.
zreal(kind=R4P)inZ component.

encode_ascii_dataarray6_rank3_I8P

Encode (Base64) a dataarray with 6 components of rank 3 (I8P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray6_rank3_I8P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
uinteger(kind=I8P)inU component.
vinteger(kind=I8P)inV component.
winteger(kind=I8P)inW component.
xinteger(kind=I8P)inX component.
yinteger(kind=I8P)inY component.
zinteger(kind=I8P)inZ component.

encode_ascii_dataarray6_rank3_I4P

Encode (Base64) a dataarray with 6 components of rank 3 (I4P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray6_rank3_I4P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
uinteger(kind=I4P)inU component.
vinteger(kind=I4P)inV component.
winteger(kind=I4P)inW component.
xinteger(kind=I4P)inX component.
yinteger(kind=I4P)inY component.
zinteger(kind=I4P)inZ component.

encode_ascii_dataarray6_rank3_I2P

Encode (Base64) a dataarray with 6 components of rank 3 (I2P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray6_rank3_I2P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
uinteger(kind=I2P)inU component.
vinteger(kind=I2P)inV component.
winteger(kind=I2P)inW component.
xinteger(kind=I2P)inX component.
yinteger(kind=I2P)inY component.
zinteger(kind=I2P)inZ component.

encode_ascii_dataarray6_rank3_I1P

Encode (Base64) a dataarray with 6 components of rank 3 (I1P).

Returns: character(len=:)

fortran
function encode_ascii_dataarray6_rank3_I1P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
uinteger(kind=I1P)inU component.
vinteger(kind=I1P)inV component.
winteger(kind=I1P)inW component.
xinteger(kind=I1P)inX component.
yinteger(kind=I1P)inY component.
zinteger(kind=I1P)inZ component.

encode_binary_dataarray1_rank1_R8P

Encode (Base64) a dataarray with 1 components of rank 1 (R8P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank1_R8P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R8P)inData variable.

encode_binary_dataarray1_rank1_R4P

Encode (Base64) a dataarray with 1 components of rank 1 (R4P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank1_R4P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R4P)inData variable.

encode_binary_dataarray1_rank1_I8P

Encode (Base64) a dataarray with 1 components of rank 1 (I8P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank1_I8P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I8P)inData variable.

encode_binary_dataarray1_rank1_I4P

Encode (Base64) a dataarray with 1 components of rank 1 (I4P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank1_I4P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I4P)inData variable.

encode_binary_dataarray1_rank1_I2P

Encode (Base64) a dataarray with 1 components of rank 1 (I2P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank1_I2P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I2P)inData variable.

encode_binary_dataarray1_rank1_I1P

Encode (Base64) a dataarray with 1 components of rank 1 (I1P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank1_I1P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I1P)inData variable.

encode_binary_dataarray1_rank2_R8P

Encode (Base64) a dataarray with 1 components of rank 2 (R8P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank2_R8P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R8P)inData variable

encode_binary_dataarray1_rank2_R4P

Encode (Base64) a dataarray with 1 components of rank 2 (R4P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank2_R4P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R4P)inData variable

encode_binary_dataarray1_rank2_I8P

Encode (Base64) a dataarray with 1 components of rank 2 (I8P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank2_I8P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I8P)inData variable

encode_binary_dataarray1_rank2_I4P

Encode (Base64) a dataarray with 1 components of rank 2 (I4P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank2_I4P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I4P)inData variable

encode_binary_dataarray1_rank2_I2P

Encode (Base64) a dataarray with 1 components of rank 2 (I2P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank2_I2P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I2P)inData variable

encode_binary_dataarray1_rank2_I1P

Encode (Base64) a dataarray with 1 components of rank 2 (I1P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank2_I1P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I1P)inData variable

encode_binary_dataarray1_rank3_R8P

Encode (Base64) a dataarray with 1 components of rank 3 (R8P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank3_R8P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R8P)inData variable

encode_binary_dataarray1_rank3_R4P

Encode (Base64) a dataarray with 1 components of rank 3 (R4P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank3_R4P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R4P)inData variable

encode_binary_dataarray1_rank3_I8P

Encode (Base64) a dataarray with 1 components of rank 3 (I8P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank3_I8P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I8P)inData variable

encode_binary_dataarray1_rank3_I4P

Encode (Base64) a dataarray with 1 components of rank 3 (I4P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank3_I4P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I4P)inData variable

encode_binary_dataarray1_rank3_I2P

Encode (Base64) a dataarray with 1 components of rank 3 (I2P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank3_I2P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I2P)inData variable

encode_binary_dataarray1_rank3_I1P

Encode (Base64) a dataarray with 1 components of rank 3 (I1P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank3_I1P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I1P)inData variable

encode_binary_dataarray1_rank4_R8P

Encode (Base64) a dataarray with 1 components of rank 4 (R8P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank4_R8P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R8P)inData variable.

encode_binary_dataarray1_rank4_R4P

Encode (Base64) a dataarray with 1 components of rank 4 (R4P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank4_R4P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R4P)inData variable.

encode_binary_dataarray1_rank4_I8P

Encode (Base64) a dataarray with 1 components of rank 4 (I8P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank4_I8P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I8P)inData variable.

encode_binary_dataarray1_rank4_I4P

Encode (Base64) a dataarray with 1 components of rank 4 (I4P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank4_I4P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I4P)inData variable.

encode_binary_dataarray1_rank4_I2P

Encode (Base64) a dataarray with 1 components of rank 4 (I2P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank4_I2P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I2P)inData variable.

encode_binary_dataarray1_rank4_I1P

Encode (Base64) a dataarray with 1 components of rank 4 (I1P).

Returns: character(len=:)

fortran
function encode_binary_dataarray1_rank4_I1P(x) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I1P)inData variable.

encode_binary_dataarray3_rank1_R8P

Encode (Base64) a dataarray with 3 components of rank 1 (R8P).

Returns: character(len=:)

fortran
function encode_binary_dataarray3_rank1_R8P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R8P)inX component.
yreal(kind=R8P)inY component.
zreal(kind=R8P)inZ component.

encode_binary_dataarray3_rank1_R4P

Encode (Base64) a dataarray with 3 components of rank 1 (R4P).

Returns: character(len=:)

fortran
function encode_binary_dataarray3_rank1_R4P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R4P)inX component.
yreal(kind=R4P)inY component.
zreal(kind=R4P)inZ component.

encode_binary_dataarray3_rank1_I8P

Encode (Base64) a dataarray with 3 components of rank 1 (I8P).

Returns: character(len=:)

fortran
function encode_binary_dataarray3_rank1_I8P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I8P)inX component.
yinteger(kind=I8P)inY component.
zinteger(kind=I8P)inZ component.

encode_binary_dataarray3_rank1_I4P

Encode (Base64) a dataarray with 3 components of rank 1 (I4P).

Returns: character(len=:)

fortran
function encode_binary_dataarray3_rank1_I4P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I4P)inX component.
yinteger(kind=I4P)inY component.
zinteger(kind=I4P)inZ component.

encode_binary_dataarray3_rank1_I2P

Encode (Base64) a dataarray with 3 components of rank 1 (I2P).

Returns: character(len=:)

fortran
function encode_binary_dataarray3_rank1_I2P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I2P)inX component.
yinteger(kind=I2P)inY component.
zinteger(kind=I2P)inZ component.

encode_binary_dataarray3_rank1_I1P

Encode (Base64) a dataarray with 3 components of rank 1 (I1P).

Returns: character(len=:)

fortran
function encode_binary_dataarray3_rank1_I1P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I1P)inX component.
yinteger(kind=I1P)inY component.
zinteger(kind=I1P)inZ component.

encode_binary_dataarray3_rank3_R8P

Encode (Base64) a dataarray with 3 components of rank 3 (R8P).

Returns: character(len=:)

fortran
function encode_binary_dataarray3_rank3_R8P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R8P)inX component.
yreal(kind=R8P)inY component.
zreal(kind=R8P)inZ component.

encode_binary_dataarray3_rank3_R4P

Encode (Base64) a dataarray with 3 components of rank 3 (R4P).

Returns: character(len=:)

fortran
function encode_binary_dataarray3_rank3_R4P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xreal(kind=R4P)inX component.
yreal(kind=R4P)inY component.
zreal(kind=R4P)inZ component.

encode_binary_dataarray3_rank3_I8P

Encode (Base64) a dataarray with 3 components of rank 3 (I8P).

Returns: character(len=:)

fortran
function encode_binary_dataarray3_rank3_I8P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I8P)inX component.
yinteger(kind=I8P)inY component.
zinteger(kind=I8P)inZ component.

encode_binary_dataarray3_rank3_I4P

Encode (Base64) a dataarray with 3 components of rank 3 (I4P).

Returns: character(len=:)

fortran
function encode_binary_dataarray3_rank3_I4P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I4P)inX component.
yinteger(kind=I4P)inY component.
zinteger(kind=I4P)inZ component.

encode_binary_dataarray3_rank3_I2P

Encode (Base64) a dataarray with 3 components of rank 3 (I2P).

Returns: character(len=:)

fortran
function encode_binary_dataarray3_rank3_I2P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I2P)inX component.
yinteger(kind=I2P)inY component.
zinteger(kind=I2P)inZ component.

encode_binary_dataarray3_rank3_I1P

Encode (Base64) a dataarray with 3 components of rank 3 (I1P).

Returns: character(len=:)

fortran
function encode_binary_dataarray3_rank3_I1P(x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
xinteger(kind=I1P)inX component.
yinteger(kind=I1P)inY component.
zinteger(kind=I1P)inZ component.

encode_binary_dataarray6_rank1_R8P

Encode (Base64) a dataarray with 6 components of rank 1 (R8P).

Returns: character(len=:)

fortran
function encode_binary_dataarray6_rank1_R8P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
ureal(kind=R8P)inU component.
vreal(kind=R8P)inV component.
wreal(kind=R8P)inW component.
xreal(kind=R8P)inX component.
yreal(kind=R8P)inY component.
zreal(kind=R8P)inZ component.

encode_binary_dataarray6_rank1_R4P

Encode (Base64) a dataarray with 6 components of rank 1 (R4P).

Returns: character(len=:)

fortran
function encode_binary_dataarray6_rank1_R4P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
ureal(kind=R4P)inU component.
vreal(kind=R4P)inV component.
wreal(kind=R4P)inW component.
xreal(kind=R4P)inX component.
yreal(kind=R4P)inY component.
zreal(kind=R4P)inZ component.

encode_binary_dataarray6_rank1_I8P

Encode (Base64) a dataarray with 6 components of rank 1 (I8P).

Returns: character(len=:)

fortran
function encode_binary_dataarray6_rank1_I8P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
uinteger(kind=I8P)inU component.
vinteger(kind=I8P)inV component.
winteger(kind=I8P)inW component.
xinteger(kind=I8P)inX component.
yinteger(kind=I8P)inY component.
zinteger(kind=I8P)inZ component.

encode_binary_dataarray6_rank1_I4P

Encode (Base64) a dataarray with 6 components of rank 1 (I4P).

Returns: character(len=:)

fortran
function encode_binary_dataarray6_rank1_I4P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
uinteger(kind=I4P)inU component.
vinteger(kind=I4P)inV component.
winteger(kind=I4P)inW component.
xinteger(kind=I4P)inX component.
yinteger(kind=I4P)inY component.
zinteger(kind=I4P)inZ component.

encode_binary_dataarray6_rank1_I2P

Encode (Base64) a dataarray with 6 components of rank 1 (I2P).

Returns: character(len=:)

fortran
function encode_binary_dataarray6_rank1_I2P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
uinteger(kind=I2P)inU component.
vinteger(kind=I2P)inV component.
winteger(kind=I2P)inW component.
xinteger(kind=I2P)inX component.
yinteger(kind=I2P)inY component.
zinteger(kind=I2P)inZ component.

encode_binary_dataarray6_rank1_I1P

Encode (Base64) a dataarray with 6 components of rank 1 (I1P).

Returns: character(len=:)

fortran
function encode_binary_dataarray6_rank1_I1P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
uinteger(kind=I1P)inU component.
vinteger(kind=I1P)inV component.
winteger(kind=I1P)inW component.
xinteger(kind=I1P)inX component.
yinteger(kind=I1P)inY component.
zinteger(kind=I1P)inZ component.

encode_binary_dataarray6_rank3_R8P

Encode (Base64) a dataarray with 6 components of rank 3 (R8P).

Returns: character(len=:)

fortran
function encode_binary_dataarray6_rank3_R8P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
ureal(kind=R8P)inU component.
vreal(kind=R8P)inV component.
wreal(kind=R8P)inW component.
xreal(kind=R8P)inX component.
yreal(kind=R8P)inY component.
zreal(kind=R8P)inZ component.

encode_binary_dataarray6_rank3_R4P

Encode (Base64) a dataarray with 6 components of rank 3 (R4P).

Returns: character(len=:)

fortran
function encode_binary_dataarray6_rank3_R4P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
ureal(kind=R4P)inU component.
vreal(kind=R4P)inV component.
wreal(kind=R4P)inW component.
xreal(kind=R4P)inX component.
yreal(kind=R4P)inY component.
zreal(kind=R4P)inZ component.

encode_binary_dataarray6_rank3_I8P

Encode (Base64) a dataarray with 6 components of rank 3 (I8P).

Returns: character(len=:)

fortran
function encode_binary_dataarray6_rank3_I8P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
uinteger(kind=I8P)inU component.
vinteger(kind=I8P)inV component.
winteger(kind=I8P)inW component.
xinteger(kind=I8P)inX component.
yinteger(kind=I8P)inY component.
zinteger(kind=I8P)inZ component.

encode_binary_dataarray6_rank3_I4P

Encode (Base64) a dataarray with 6 components of rank 3 (I4P).

Returns: character(len=:)

fortran
function encode_binary_dataarray6_rank3_I4P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
uinteger(kind=I4P)inU component.
vinteger(kind=I4P)inV component.
winteger(kind=I4P)inW component.
xinteger(kind=I4P)inX component.
yinteger(kind=I4P)inY component.
zinteger(kind=I4P)inZ component.

encode_binary_dataarray6_rank3_I2P

Encode (Base64) a dataarray with 6 components of rank 3 (I2P).

Returns: character(len=:)

fortran
function encode_binary_dataarray6_rank3_I2P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
uinteger(kind=I2P)inU component.
vinteger(kind=I2P)inV component.
winteger(kind=I2P)inW component.
xinteger(kind=I2P)inX component.
yinteger(kind=I2P)inY component.
zinteger(kind=I2P)inZ component.

encode_binary_dataarray6_rank3_I1P

Encode (Base64) a dataarray with 6 components of rank 3 (I1P).

Returns: character(len=:)

fortran
function encode_binary_dataarray6_rank3_I1P(u, v, w, x, y, z) result(code)

Arguments

NameTypeIntentAttributesDescription
uinteger(kind=I1P)inU component.
vinteger(kind=I1P)inV component.
winteger(kind=I1P)inW component.
xinteger(kind=I1P)inX component.
yinteger(kind=I1P)inY component.
zinteger(kind=I1P)inZ component.