Version 9 (modified by kanani, 14 years ago) (diff)

--

FORTRAN Types


List of FORTRAN type abbreviations occuring in the set of model steering parameters
(see e. g. alphabetical list).

Abbreviation FORTRAN
Type

C*#

CHARACTER string with the length of # characters.

C*#(m)

One-dimensional array of size m containing CHARACTER strings of lenght #.

C*#(m,n)

Two-dimensional array of size m*n containing CHARACTER strings of length #.

I

INTEGER

I(m)

One-dimensional INTEGER array of size m.

L

LOGICAL expression with the value .T. or .F..

R

REAL

R(m)

One-dimensional REAL array of size m.

R(m,n)

Two-dimensional REAL array of size m*n.