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

Go to the source code of this file.

Modules

module  corr_tensor
 Module to compute the correlations and derivatives used to compute the memory term of the WL parameterization.
 

Functions/Subroutines

subroutine, public corr_tensor::init_corr_tensor
 Subroutine to initialise the correlations tensors. More...
 

Variables

type(coolist), dimension(:,:), allocatable, public corr_tensor::yy
 Coolist holding the \(\langle Y \otimes Y^s \rangle\) terms. More...
 
type(coolist), dimension(:,:), allocatable, public corr_tensor::dy
 Coolist holding the \(\langle \partial_Y \otimes Y^s \rangle\) terms. More...
 
type(coolist), dimension(:,:), allocatable, public corr_tensor::ydy
 Coolist holding the \(\langle Y \otimes \partial_Y \otimes Y^s \rangle\) terms. More...
 
type(coolist), dimension(:,:), allocatable, public corr_tensor::dyy
 Coolist holding the \(\langle \partial_Y \otimes Y^s \otimes Y^s \rangle\) terms. More...
 
type(coolist4), dimension(:,:), allocatable, public corr_tensor::ydyy
 Coolist holding the \(\langle Y \otimes \partial_Y \otimes Y^s \otimes Y^s \rangle\) terms. More...
 
real(kind=8), dimension(:), allocatable corr_tensor::dumb_vec
 Dumb vector to be used in the calculation. More...
 
real(kind=8), dimension(:,:), allocatable corr_tensor::dumb_mat1
 Dumb matrix to be used in the calculation. More...
 
real(kind=8), dimension(:,:), allocatable corr_tensor::dumb_mat2
 Dumb matrix to be used in the calculation. More...
 
real(kind=8), dimension(:,:), allocatable corr_tensor::expm
 Matrix holding the product inv_corr_i*corr_ij at time \(s\). More...