Go to the source code of this file.
|
module | datadefn_mod |
| Contains common definitions for the data and datatypes used by MONC.
|
|
|
integer, parameter, public | datadefn_mod::string_length =150 |
| Default length of strings. More...
|
|
integer, parameter, public | datadefn_mod::long_string_length =STRING_LENGTH + 50 |
| Length of longer strings. More...
|
|
integer, parameter, public | datadefn_mod::single_precision = selected_real_kind(6, 30) |
| Single precision (32 bit) kind. More...
|
|
integer, parameter, public | datadefn_mod::double_precision = selected_real_kind(15, 307) |
| Double precision (64 bit) kind. More...
|
|
integer, parameter, public | datadefn_mod::default_precision = DOUBLE_PRECISION |
| MPI communication type which we use for the prognostic and calculation data. More...
|
|
integer, public | datadefn_mod::precision_type |
|