MONC
Modules | Functions/Subroutines | Variables
datadefn.F90 File Reference

Go to the source code of this file.

Modules

module  datadefn_mod
 Contains common definitions for the data and datatypes used by MONC.
 

Functions/Subroutines

subroutine, public datadefn_mod::init_data_defn ()
 Will initialise the data definitions. This should be called as soon as MONC starts up. More...
 

Variables

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