![]() |
A Modular Arbitrary-Order Ocean-Atmosphere Model -- Stochastic implementation
|
The stochastic models parameters module. More...
Functions/Subroutines | |
subroutine | init_stoch_params |
Stochastic parameters initialization routine. More... | |
Variables | |
real(kind=8) | mnuti |
Multiplicative noise update time interval. More... | |
real(kind=8) | t_trans_stoch |
Transient time period of the stochastic model evolution. More... | |
real(kind=8) | q_ar |
Atmospheric resolved component noise amplitude. More... | |
real(kind=8) | q_au |
Atmospheric unresolved component noise amplitude. More... | |
real(kind=8) | q_or |
Oceanic resolved component noise amplitude. More... | |
real(kind=8) | q_ou |
Oceanic unresolved component noise amplitude. More... | |
real(kind=8) | dtn |
Square root of the timestep. More... | |
real(kind=8) | eps_pert |
Perturbation parameter for the coupling. More... | |
real(kind=8) | tdelta |
Time separation parameter. More... | |
real(kind=8) | muti |
Memory update time interval. More... | |
real(kind=8) | meml |
Time over which the memory kernel is integrated. More... | |
real(kind=8) | t_trans_mem |
Transient time period to initialize the memory term. More... | |
character(len=4) | x_int_mode |
Integration mode for the resolved component. More... | |
real(kind=8) | dts |
Intrisic resolved dynamics time step. More... | |
integer | mems |
Number of steps in the memory kernel integral. More... | |
real(kind=8) | dtsn |
Square root of the intrisic resolved dynamics time step. More... | |
real(kind=8) | maxint |
Upper integration limit of the correlations. More... | |
character(len=4) | load_mode |
Loading mode for the correlations. More... | |
character(len=4) | int_corr_mode |
Correlation integration mode. More... | |
character(len=4) | mode |
Stochastic mode parameter. More... | |
The stochastic models parameters module.
subroutine stoch_params::init_stoch_params | ( | ) |
Stochastic parameters initialization routine.
Definition at line 58 of file stoch_params.f90.
real(kind=8) stoch_params::dtn |
Square root of the timestep.
Definition at line 32 of file stoch_params.f90.
real(kind=8) stoch_params::dts |
Intrisic resolved dynamics time step.
Definition at line 40 of file stoch_params.f90.
real(kind=8) stoch_params::dtsn |
Square root of the intrisic resolved dynamics time step.
Definition at line 43 of file stoch_params.f90.
real(kind=8) stoch_params::eps_pert |
Perturbation parameter for the coupling.
Definition at line 33 of file stoch_params.f90.
character(len=4) stoch_params::int_corr_mode |
Correlation integration mode.
Definition at line 47 of file stoch_params.f90.
character(len=4) stoch_params::load_mode |
Loading mode for the correlations.
Definition at line 46 of file stoch_params.f90.
real(kind=8) stoch_params::maxint |
Upper integration limit of the correlations.
Definition at line 45 of file stoch_params.f90.
real(kind=8) stoch_params::meml |
Time over which the memory kernel is integrated.
Definition at line 37 of file stoch_params.f90.
integer stoch_params::mems |
Number of steps in the memory kernel integral.
Definition at line 42 of file stoch_params.f90.
real(kind=8) stoch_params::mnuti |
Multiplicative noise update time interval.
Definition at line 25 of file stoch_params.f90.
character(len=4) stoch_params::mode |
real(kind=8) stoch_params::muti |
Memory update time interval.
Definition at line 36 of file stoch_params.f90.
real(kind=8) stoch_params::q_ar |
Atmospheric resolved component noise amplitude.
Definition at line 28 of file stoch_params.f90.
real(kind=8) stoch_params::q_au |
Atmospheric unresolved component noise amplitude.
Definition at line 29 of file stoch_params.f90.
real(kind=8) stoch_params::q_or |
Oceanic resolved component noise amplitude.
Definition at line 30 of file stoch_params.f90.
real(kind=8) stoch_params::q_ou |
Oceanic unresolved component noise amplitude.
Definition at line 31 of file stoch_params.f90.
real(kind=8) stoch_params::t_trans_mem |
Transient time period to initialize the memory term.
Definition at line 38 of file stoch_params.f90.
real(kind=8) stoch_params::t_trans_stoch |
Transient time period of the stochastic model evolution.
Definition at line 27 of file stoch_params.f90.
real(kind=8) stoch_params::tdelta |
character(len=4) stoch_params::x_int_mode |
Integration mode for the resolved component.
Definition at line 39 of file stoch_params.f90.