IODA Bundle
qg_error_covariance_mod::qg_error_covariance_config Type Reference

Private Attributes

integer nx
 Number of points in the zonal direction. More...
 
integer ny
 Number of points in the meridional direction. More...
 
integer nz
 Number of vertical levels. More...
 
real(kind_real) sigma
 Standard deviation. More...
 
real(kind_real), dimension(:), allocatable sqrt_zonal
 Spectral weights for the spectral of the zonal correlation matrix. More...
 
real(kind_real), dimension(:,:), allocatable sqrt_merid
 Square-root of the meridional correlation matrix. More...
 
real(kind_real), dimension(:,:), allocatable sqrt_vert
 Square-root of the meridional correlation matrix. More...
 
real(kind_real), dimension(:,:), allocatable norm
 Normalization factor. More...
 

Detailed Description

Definition at line 31 of file qg_error_covariance_mod.F90.

Member Data Documentation

◆ norm

real(kind_real), dimension(:,:), allocatable qg_error_covariance_mod::qg_error_covariance_config::norm
private

Normalization factor.

Definition at line 39 of file qg_error_covariance_mod.F90.

◆ nx

integer qg_error_covariance_mod::qg_error_covariance_config::nx
private

Number of points in the zonal direction.

Definition at line 32 of file qg_error_covariance_mod.F90.

◆ ny

integer qg_error_covariance_mod::qg_error_covariance_config::ny
private

Number of points in the meridional direction.

Definition at line 33 of file qg_error_covariance_mod.F90.

◆ nz

integer qg_error_covariance_mod::qg_error_covariance_config::nz
private

Number of vertical levels.

Definition at line 34 of file qg_error_covariance_mod.F90.

◆ sigma

real(kind_real) qg_error_covariance_mod::qg_error_covariance_config::sigma
private

Standard deviation.

Definition at line 35 of file qg_error_covariance_mod.F90.

◆ sqrt_merid

real(kind_real), dimension(:,:), allocatable qg_error_covariance_mod::qg_error_covariance_config::sqrt_merid
private

Square-root of the meridional correlation matrix.

Definition at line 37 of file qg_error_covariance_mod.F90.

◆ sqrt_vert

real(kind_real), dimension(:,:), allocatable qg_error_covariance_mod::qg_error_covariance_config::sqrt_vert
private

Square-root of the meridional correlation matrix.

Definition at line 38 of file qg_error_covariance_mod.F90.

◆ sqrt_zonal

real(kind_real), dimension(:), allocatable qg_error_covariance_mod::qg_error_covariance_config::sqrt_zonal
private

Spectral weights for the spectral of the zonal correlation matrix.

Definition at line 36 of file qg_error_covariance_mod.F90.


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