FV3 Bundle
|
#include "oops/util/linkedList_i.f"
#include "oops/util/linkedList_c.f"
Go to the source code of this file.
Data Types | |
type | qg_bstddev_mod::qg_3d_bstddev_config |
Fortran derived type to hold configuration data for the QG background/model std dev. More... | |
Modules | |
module | qg_bstddev_mod |
Structure holding configuration variables for the 3d error std dev matrices of the QG analysis. | |
Macros | |
#define | LISTED_TYPE qg_3d_bstddev_config |
Functions/Subroutines | |
subroutine | qg_bstddev_mod::qg_3d_bstddev_setup (c_model, config) |
Linked list implementation. More... | |
subroutine | qg_bstddev_mod::qg_3d_bstddev_delete (self) |
Delete for the QG model's 3d error std dev matrices. More... | |
subroutine | qg_bstddev_mod::qg_3d_bstddev_inv_mult (xin, xout, config) |
Multiply by inverse of std dev matrix. More... | |
subroutine | qg_bstddev_mod::qg_3d_bstddev_mult (xin, xout, config) |
Multiply by std dev matrix. More... | |
Variables | |
type(registry_t) | qg_bstddev_mod::qg_3d_bstddev_registry |
Linked list interface - defines registry_t type. More... | |
#define LISTED_TYPE qg_3d_bstddev_config |