Version 7 (modified by heinze, 14 years ago) (diff)

--

FORTRAN Types



List of FORTRAN Types occuring in the set of model steering parameters (see alphabetical list).

FORTRAN
Type
Type name Explanation

C*#

Character

String with the length of # characters.

C*#(m)

Character

One-dimensional array containing m strings of lenght #.

C*#(m,n)

Character

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

I

Integer

Variable of type integer.

I(m)

Integer

One-dimensional array containing m values of type integer.

L

Logical

Logical expressions can have the values .TRUE. or .FALSE..

R

Real

Variable of type real.

R(m)

Real

One-dimensional array containing m values of type real.

R(m,n)

Real

Two-dimensional array containing m*n values of type real.