A Modular Arbitrary-Order Ocean-Atmosphere Model -- Stochastic implementation
Modules | Functions/Subroutines | Variables
stoch_params.f90 File Reference

Go to the source code of this file.

Modules

module  stoch_params
 The stochastic models parameters module.
 

Functions/Subroutines

subroutine stoch_params::init_stoch_params
 Stochastic parameters initialization routine. More...
 

Variables

real(kind=8) stoch_params::mnuti
 Multiplicative noise update time interval. More...
 
real(kind=8) stoch_params::t_trans_stoch
 Transient time period of the stochastic model evolution. More...
 
real(kind=8) stoch_params::q_ar
 Atmospheric resolved component noise amplitude. More...
 
real(kind=8) stoch_params::q_au
 Atmospheric unresolved component noise amplitude. More...
 
real(kind=8) stoch_params::q_or
 Oceanic resolved component noise amplitude. More...
 
real(kind=8) stoch_params::q_ou
 Oceanic unresolved component noise amplitude. More...
 
real(kind=8) stoch_params::dtn
 Square root of the timestep. More...
 
real(kind=8) stoch_params::eps_pert
 Perturbation parameter for the coupling. More...
 
real(kind=8) stoch_params::tdelta
 Time separation parameter. More...
 
real(kind=8) stoch_params::muti
 Memory update time interval. More...
 
real(kind=8) stoch_params::meml
 Time over which the memory kernel is integrated. More...
 
real(kind=8) stoch_params::t_trans_mem
 Transient time period to initialize the memory term. More...
 
character(len=4) stoch_params::x_int_mode
 Integration mode for the resolved component. More...
 
real(kind=8) stoch_params::dts
 Intrisic resolved dynamics time step. More...
 
integer stoch_params::mems
 Number of steps in the memory kernel integral. More...
 
real(kind=8) stoch_params::dtsn
 Square root of the intrisic resolved dynamics time step. More...
 
real(kind=8) stoch_params::maxint
 Upper integration limit of the correlations. More...
 
character(len=4) stoch_params::load_mode
 Loading mode for the correlations. More...
 
character(len=4) stoch_params::int_corr_mode
 Correlation integration mode. More...
 
character(len=4) stoch_params::mode
 Stochastic mode parameter. More...