IODA Bundle
|
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... | |
Definition at line 31 of file qg_error_covariance_mod.F90.
|
private |
Normalization factor.
Definition at line 39 of file qg_error_covariance_mod.F90.
|
private |
Number of points in the zonal direction.
Definition at line 32 of file qg_error_covariance_mod.F90.
|
private |
Number of points in the meridional direction.
Definition at line 33 of file qg_error_covariance_mod.F90.
|
private |
Number of vertical levels.
Definition at line 34 of file qg_error_covariance_mod.F90.
|
private |
Standard deviation.
Definition at line 35 of file qg_error_covariance_mod.F90.
|
private |
Square-root of the meridional correlation matrix.
Definition at line 37 of file qg_error_covariance_mod.F90.
|
private |
Square-root of the meridional correlation matrix.
Definition at line 38 of file qg_error_covariance_mod.F90.
|
private |
Spectral weights for the spectral of the zonal correlation matrix.
Definition at line 36 of file qg_error_covariance_mod.F90.