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*#(i:j) | One-dimensional array of size j-i+1 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. |
Last modified 6 years ago
Last modified on Nov 22, 2018 10:05:38 AM