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

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

Private Attributes

real(kind=8), dimension(:,:), allocatable a
 
real(kind=8), dimension(:,:), allocatable c
 
real(kind=8), dimension(:,:), allocatable d
 
real(kind=8), dimension(:,:), allocatable s
 
real(kind=8), dimension(:,:,:), allocatable b
 
real(kind=8), dimension(:,:,:), allocatable g
 

Detailed Description

Type holding the atmospheric inner products tensors.

Definition at line 52 of file inprod_analytic.f90.

Member Data Documentation

real(kind=8), dimension(:,:), allocatable inprod_analytic::atm_tensors::a
private

Definition at line 53 of file inprod_analytic.f90.

53  REAL(KIND=8), DIMENSION(:,:), ALLOCATABLE :: a,c,d,s
real(kind=8), dimension(:,:,:), allocatable inprod_analytic::atm_tensors::b
private

Definition at line 54 of file inprod_analytic.f90.

54  REAL(KIND=8), DIMENSION(:,:,:), ALLOCATABLE :: b,g
real(kind=8), dimension(:,:), allocatable inprod_analytic::atm_tensors::c
private

Definition at line 53 of file inprod_analytic.f90.

real(kind=8), dimension(:,:), allocatable inprod_analytic::atm_tensors::d
private

Definition at line 53 of file inprod_analytic.f90.

real(kind=8), dimension(:,:,:), allocatable inprod_analytic::atm_tensors::g
private

Definition at line 54 of file inprod_analytic.f90.

real(kind=8), dimension(:,:), allocatable inprod_analytic::atm_tensors::s
private

Definition at line 53 of file inprod_analytic.f90.


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