The stochastic models parameters module.
type(coolist), dimension(:), allocatable, public m12
Second component of the M1 term.
type(coolist), dimension(:,:), allocatable, public l4
Fourth linear tensor.
type(coolist), dimension(:,:), allocatable, public l5
Fifth linear tensor.
The equation tensor for the coupled ocean-atmosphere model with temperature which allows for an exten...
type(coolist), dimension(:,:), allocatable, public b2
Second quadratic tensor.
real(kind=8), dimension(:), allocatable, public m13
Third component of the M1 term.
type(coolist), dimension(:,:), allocatable, public b14
Joint 1st and 4th tensors.
type(coolist), dimension(:), allocatable, public m22
Second tensor of the M2 term.
type(coolist), dimension(:,:), allocatable, public b3
Third quadratic tensor.
The WL tensors used to integrate the model.
type(coolist4), dimension(:,:), allocatable, public mtot
Tensor for the cubic terms.
type(coolist), dimension(:,:), allocatable, public l1
First linear tensor.
type(coolist), dimension(:,:), allocatable, public l2
Second linear tensor.
subroutine, public print_tensor4(t)
Routine to print a rank-4 tensor coolist.
type(coolist), dimension(:,:), allocatable, public b23
Joint 2nd and 3rd tensors.
program test_wl_tensor
Small program to print the WL tensors.
logical, public mdef
Boolean to (de)activate the computation of the terms.
type(coolist), dimension(:,:), allocatable, public ltot
Total linear tensor.
subroutine, public init_wl_tensor
Subroutine to initialise the WL tensor.
real(kind=8), dimension(:), allocatable, public m11
First component of the M1 term.
subroutine, public init_aotensor
Subroutine to initialise the aotensor tensor.
type(coolist), dimension(:), allocatable, public m21
First tensor of the M2 term.
type(coolist), dimension(:,:), allocatable, public b1
First quadratic tensor.
subroutine, public print_tensor(t, s)
Routine to print a rank 3 tensor coolist.
real(kind=8), dimension(:), allocatable, public m1tot
Total vector.
integer mems
Number of steps in the memory kernel integral.