#include "oops/util/linkedList_i.f"
#include "oops/util/linkedList_c.f"
Go to the source code of this file.
|
| module | qg_covariance_mod |
| | Structure holding configuration variables for the 3d error covariance matrices of the QG analysis.
|
| |
|
| subroutine | qg_covariance_mod::qg_3d_covar_setup (c_model, geom, config) |
| | Linked list implementation. More...
|
| |
| subroutine | qg_covariance_mod::qg_3d_covar_delete (self) |
| | Delete for the QG model's 3d error covariance matrices. More...
|
| |
| subroutine | qg_covariance_mod::qg_3d_covar_sqrt_inv_mult (kx, ky, xctl, xincr, config) |
| | Multiply streamfunction by inverse(sqrt(C)), where C is 3d covariance matrix. More...
|
| |
| subroutine | qg_covariance_mod::qg_3d_covar_sqrt_inv_mult_ad (kx, ky, xctl, xincr, config) |
| | Multiply streamfunction by inverse(sqrt(C)) - Adjoint. More...
|
| |
| subroutine | qg_covariance_mod::qg_3d_covar_sqrt_mult (kx, ky, xincr, xctl, config) |
| | Multiply streamfunction by sqrt(C), where C is a 3d covariance matrix. More...
|
| |
| subroutine | qg_covariance_mod::qg_3d_covar_sqrt_mult_ad (kx, ky, xincr, xctl, config) |
| | Multiply streamfunction by sqrt(C) - Adjoint. More...
|
| |
◆ LISTED_TYPE
| #define LISTED_TYPE qg_3d_covar_config |