OOPS
qg_gom_mod.F90 File Reference
#include "oops/util/linkedList_i.f"
#include "oops/util/linkedList_c.f"
Include dependency graph for qg_gom_mod.F90:

Go to the source code of this file.

Data Types

type  qg_gom_mod::qg_gom
 

Modules

module  qg_gom_mod
 

Macros

#define LISTED_TYPE   qg_gom
 

Functions/Subroutines

subroutine, public qg_gom_mod::qg_gom_setup (self, nobs)
 Linked list implementation. More...
 
subroutine, public qg_gom_mod::qg_gom_delete (self)
 Delete GOM. More...
 
subroutine, public qg_gom_mod::qg_gom_copy (self, other)
 Copy GOM. More...
 
subroutine, public qg_gom_mod::qg_gom_zero (self)
 Set GOM to zero. More...
 
subroutine, public qg_gom_mod::qg_gom_abs (self)
 Get GOM absolute value. More...
 
subroutine, public qg_gom_mod::qg_gom_random (self)
 Generate random GOM values. More...
 
subroutine, public qg_gom_mod::qg_gom_mult (self, zz)
 Multiply GOM with a scalar. More...
 
subroutine, public qg_gom_mod::qg_gom_add (self, other)
 Add GOM. More...
 
subroutine, public qg_gom_mod::qg_gom_diff (self, other)
 Subtract GOM. More...
 
subroutine, public qg_gom_mod::qg_gom_schurmult (self, other)
 Schur product for GOM. More...
 
subroutine, public qg_gom_mod::qg_gom_divide (self, other)
 Schur division for GOM. More...
 
subroutine, public qg_gom_mod::qg_gom_rms (self, rms)
 Compute GOM RMS. More...
 
subroutine, public qg_gom_mod::qg_gom_dotprod (gom1, gom2, prod)
 GOM dot product. More...
 
subroutine, public qg_gom_mod::qg_gom_stats (self, kobs, pmin, pmax, prms)
 Compute GOM stats. More...
 
subroutine, public qg_gom_mod::qg_gom_maxloc (self, mxval, mxloc, mxvar)
 Find and locate GOM max. value. More...
 
subroutine, public qg_gom_mod::qg_gom_read_file (self, f_conf)
 Read GOM from file. More...
 
subroutine, public qg_gom_mod::qg_gom_write_file (self, f_conf)
 Write GOM to file. More...
 
subroutine, public qg_gom_mod::qg_gom_analytic_init (self, locs, f_conf)
 GOM analytic initialization. More...
 

Variables

type(registry_t), public qg_gom_mod::qg_gom_registry
 Linked list interface - defines registry_t type. More...
 

Macro Definition Documentation

◆ LISTED_TYPE

#define LISTED_TYPE   qg_gom