A Modular Arbitrary-Order Ocean-Atmosphere Model -- Stochastic implementation
Private Attributes | List of all members
inprod_analytic::ocean_tensors Type Reference

Type holding the oceanic inner products tensors. More...

Private Attributes

real(kind=8), dimension(:,:), allocatable k
 
real(kind=8), dimension(:,:), allocatable m
 
real(kind=8), dimension(:,:), allocatable n
 
real(kind=8), dimension(:,:), allocatable w
 
real(kind=8), dimension(:,:,:), allocatable o
 
real(kind=8), dimension(:,:,:), allocatable c
 

Detailed Description

Type holding the oceanic inner products tensors.

Definition at line 58 of file inprod_analytic.f90.

Member Data Documentation

real(kind=8), dimension(:,:,:), allocatable inprod_analytic::ocean_tensors::c
private

Definition at line 60 of file inprod_analytic.f90.

real(kind=8), dimension(:,:), allocatable inprod_analytic::ocean_tensors::k
private

Definition at line 59 of file inprod_analytic.f90.

59  REAL(KIND=8), DIMENSION(:,:), ALLOCATABLE :: k,m,n,w
real(kind=8), dimension(:,:), allocatable inprod_analytic::ocean_tensors::m
private

Definition at line 59 of file inprod_analytic.f90.

real(kind=8), dimension(:,:), allocatable inprod_analytic::ocean_tensors::n
private

Definition at line 59 of file inprod_analytic.f90.

real(kind=8), dimension(:,:,:), allocatable inprod_analytic::ocean_tensors::o
private

Definition at line 60 of file inprod_analytic.f90.

60  REAL(KIND=8), DIMENSION(:,:,:), ALLOCATABLE :: o,c
real(kind=8), dimension(:,:), allocatable inprod_analytic::ocean_tensors::w
private

Definition at line 59 of file inprod_analytic.f90.


The documentation for this type was generated from the following file: