Changes between Version 8 and Version 9 of doc/app/fortrantypes


Ignore:
Timestamp:
Sep 16, 2010 4:32:05 PM (14 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/fortrantypes

    v8 v9  
    22== FORTRAN Types ==
    33[[BR]]
    4 [[BR]]
    54
    6 List of FORTRAN Types occuring in the set of model steering parameters (see e. g. [../parlist alphabetical list]).
     5List of FORTRAN type abbreviations occuring in the set of model steering parameters\\
     6(see e. g. [../parlist alphabetical list]).
    77
    8 ||='''FORTRAN\\Type'''  =||='''Type name'''  =||='''Explanation'''  =||
     8||='''Abbreviation'''  =||='''FORTRAN\\Type'''  =||
    99|----------------
    1010{{{#!td style="vertical-align:top;width: 50px"
    1111C*''#''
    1212}}}
    13 {{{#!td style="vertical-align:top;width: 75px"
    14 Character
    15 }}}
    16 {{{#!td style="vertical-align:top;width: 500px"
    17 String with the length of ''#'' characters.
     13{{{#!td style="vertical-align:top;width: 540px"
     14{{{CHARACTER}}} string with the length of ''#'' characters.
    1815}}}
    1916|----------------
     
    2219}}}
    2320{{{#!td style="vertical-align:top"
    24 Character
    25 }}}
    26 {{{#!td style="vertical-align:top"
    27 One-dimensional array containing ''m'' strings of lenght ''#''.
     21One-dimensional array of size ''m'' containing {{{CHARACTER}}} strings of lenght ''#''.
    2822}}}
    2923|----------------
     
    3226}}}
    3327{{{#!td style="vertical-align:top"
    34 Character
    35 }}}
    36 {{{#!td style="vertical-align:top"
    37 Two-dimensional array containing ''m''*''n'' strings of length ''#''.
     28Two-dimensional array of size ''m''*''n'' containing {{{CHARACTER}}} strings of length ''#''.
    3829}}}
    3930|----------------
     
    4233}}}
    4334{{{#!td style="vertical-align:top"
    44 Integer
    45 }}}
    46 {{{#!td style="vertical-align:top"
    47 Variable of type '''integer'''.
     35{{{INTEGER}}}
    4836}}}
    4937|----------------
     
    5240}}}
    5341{{{#!td style="vertical-align:top"
    54 Integer
    55 }}}
    56 {{{#!td style="vertical-align:top"
    57 One-dimensional array containing ''m'' values of type '''integer'''.
     42One-dimensional {{{INTEGER}}} array of size ''m''.
    5843}}}
    5944|----------------
     
    6247}}}
    6348{{{#!td style="vertical-align:top"
    64 Logical
    65 }}}
    66 {{{#!td style="vertical-align:top"
    67 Logical expressions can have the values ''.TRUE.'' or ''.FALSE.''.
     49{{{LOGICAL}}} expression with the value ''.T.'' or ''.F.''.
    6850}}}
    6951|----------------
     
    7254}}}
    7355{{{#!td style="vertical-align:top"
    74 Real
    75 }}}
    76 {{{#!td style="vertical-align:top"
    77 Variable of type '''real'''.
     56{{{REAL}}}
    7857}}}
    7958|----------------
     
    8261}}}
    8362{{{#!td style="vertical-align:top"
    84 Real
    85 }}}
    86 {{{#!td style="vertical-align:top"
    87 One-dimensional array containing ''m'' values of type '''real'''.
     63One-dimensional {{{REAL}}} array of size ''m''.
    8864}}}
    8965|----------------
     
    9268}}}
    9369{{{#!td style="vertical-align:top"
    94 Real
    95 }}}
    96 {{{#!td style="vertical-align:top"
    97 Two-dimensional array containing ''m''*''n'' values of type '''real'''.
     70Two-dimensional {{{REAL}}} array of size ''m''*''n''.
    9871}}}
    9972