MONC
|
Contains common definitions for the data and datatypes used by MONC. More...
Functions/Subroutines | |
subroutine, public | init_data_defn () |
Will initialise the data definitions. This should be called as soon as MONC starts up. More... | |
Variables | |
integer, parameter, public | string_length =150 |
Default length of strings. More... | |
integer, parameter, public | long_string_length =STRING_LENGTH + 50 |
Length of longer strings. More... | |
integer, parameter, public | single_precision = selected_real_kind(6, 30) |
Single precision (32 bit) kind. More... | |
integer, parameter, public | double_precision = selected_real_kind(15, 307) |
Double precision (64 bit) kind. More... | |
integer, parameter, public | default_precision = DOUBLE_PRECISION |
MPI communication type which we use for the prognostic and calculation data. More... | |
integer, public | precision_type |
Contains common definitions for the data and datatypes used by MONC.
subroutine, public datadefn_mod::init_data_defn | ( | ) |
Will initialise the data definitions. This should be called as soon as MONC starts up.
Definition at line 27 of file datadefn.F90.
integer, parameter, public datadefn_mod::default_precision = DOUBLE_PRECISION |
MPI communication type which we use for the prognostic and calculation data.
Definition at line 17 of file datadefn.F90.
integer, parameter, public datadefn_mod::double_precision = selected_real_kind(15, 307) |
Double precision (64 bit) kind.
Default precision which is used for prognostic data and calculations
Definition at line 14 of file datadefn.F90.
integer, parameter, public datadefn_mod::long_string_length =STRING_LENGTH + 50 |
Length of longer strings.
Definition at line 11 of file datadefn.F90.
integer, public datadefn_mod::precision_type |
Definition at line 19 of file datadefn.F90.
integer, parameter, public datadefn_mod::single_precision = selected_real_kind(6, 30) |
Single precision (32 bit) kind.
Definition at line 13 of file datadefn.F90.
integer, parameter, public datadefn_mod::string_length =150 |
Default length of strings.
Definition at line 10 of file datadefn.F90.