![]() |
A Modular Arbitrary-Order Ocean-Atmosphere Model -- Stochastic implementation
|
Go to the source code of this file.
Modules | |
module | int_corr |
Module to compute or load the integrals of the correlation matrices. | |
Functions/Subroutines | |
subroutine, public | int_corr::init_corrint |
Subroutine to initialise the integrated matrices and tensors. More... | |
real(kind=8) function | int_corr::func_ij (s) |
Function that returns the component oi and oj of the correlation matrix at time s. More... | |
real(kind=8) function | int_corr::func_ijkl (s) |
Function that returns the component oi,oj,ok and ol of the outer product of the correlation matrix with itself at time s. More... | |
subroutine, public | int_corr::comp_corrint |
Routine that actually compute or load the integrals. More... | |
Variables | |
integer | int_corr::oi |
integer | int_corr::oj |
integer | int_corr::ok |
integer | int_corr::ol |
Integers that specify the matrices and tensor component considered as a function of time. More... | |
real(kind=8), parameter | int_corr::real_eps = 2.2204460492503131e-16 |
Small epsilon constant to determine equality with zero. More... | |
real(kind=8), dimension(:,:), allocatable, public | int_corr::corrint |
Matrix holding the integral of the correlation matrix. More... | |
type(coolist4), dimension(:), allocatable, public | int_corr::corr2int |
Tensor holding the integral of the correlation outer product with itself. More... | |