45 print*,
'ss_tl_tensor' type(coolist), dimension(:), allocatable, public lxy
Tensor holding the linear part of the resolved tendencies involving the unresolved variables...
integer ndim
Number of variables (dimension of the model)
type(coolist), dimension(:), allocatable, public bxxx
Tensor holding the quadratic part of the resolved tendencies involving resolved variables.
The resolved-unresolved components decomposition of the tensor.
type(coolist), dimension(:), allocatable, public byyy
Tensor holding the quadratic part of the unresolved tendencies involving unresolved variables...
type(coolist), dimension(:), allocatable, public fs_tensor
Tensor holding the part of the unresolved tensor involving resolved variables.
The equation tensor for the coupled ocean-atmosphere model with temperature which allows for an exten...
type(coolist), dimension(:), allocatable, public lyy
Tensor holding the linear part of the unresolved tendencies involving the unresolved variables...
type(coolist), dimension(:), allocatable, public lxx
Tensor holding the linear part of the resolved tendencies involving the resolved variables.
type(coolist), dimension(:), allocatable, public hy
Tensor holding the constant part of the unresolved tendencies.
type(coolist), dimension(:), allocatable, public ss_tl_tensor
Tensor of the tangent linear model tendencies of the resolved component alone.
type(coolist), dimension(:), allocatable, public byxy
Tensor holding the quadratic part of the unresolved tendencies involving both resolved and unresolved...
type(coolist), dimension(:), allocatable, public ff_tensor
Tensor holding the part of the unresolved tensor involving only unresolved variables.
type(coolist), dimension(:), allocatable, public bxxy
Tensor holding the quadratic part of the resolved tendencies involving both resolved and unresolved v...
type(coolist), dimension(:), allocatable, public ss_tensor
Tensor holding the part of the resolved tensor involving only resolved variables. ...
type(coolist), dimension(:), allocatable, public tltensor
Tensor representation of the Tangent Linear tendencies.
type(coolist), dimension(:), allocatable, public hx
Tensor holding the constant part of the resolved tendencies.
The model parameters module.
type(coolist), dimension(:), allocatable, public bxyy
Tensor holding the quadratic part of the resolved tendencies involving unresolved variables...
Tangent Linear (TL) and Adjoint (AD) model versions of MAOOAM. Tensors definition module...
type(coolist), dimension(:), allocatable, public sf_tensor
Tensor holding the part of the resolved tensor involving unresolved variables.
type(coolist), dimension(:), allocatable, public lyx
Tensor holding the linear part of the unresolved tendencies involving the resolved variables...
type(coolist), dimension(:), allocatable, public aotensor
- Tensor representation of the tendencies.
type(coolist), dimension(:), allocatable, public byxx
Tensor holding the quadratic part of the unresolved tendencies involving resolved variables...
subroutine, public init_dec_tensor
Subroutine that initialize and compute the decomposed tensors.
program test_dec_tensor
Small program to print the decomposed tensors.
subroutine, public init_aotensor
Subroutine to initialise the aotensor tensor.
subroutine, public print_tensor(t, s)
Routine to print a rank 3 tensor coolist.