FV3 Bundle
qg_goms_mod.F90 File Reference
#include "oops/util/linkedList_i.f"
#include "oops/util/linkedList_c.f"
Include dependency graph for qg_goms_mod.F90:

Go to the source code of this file.

Data Types

type  qg_goms_mod::qg_goms
 Fortran derived type to hold interpolated fields required by the obs operators. More...
 

Modules

module  qg_goms_mod
 Fortran module handling interpolated (to obs locations) model variables.
 

Macros

#define LISTED_TYPE   qg_goms
 

Functions/Subroutines

subroutine qg_goms_mod::c_qg_gom_setup (c_key_self, c_key_locs, c_vars)
 Linked list implementation. More...
 
subroutine qg_goms_mod::c_qg_gom_create (c_key_self)
 
subroutine, public qg_goms_mod::gom_setup (self, vars, kobs)
 
subroutine qg_goms_mod::c_qg_gom_delete (c_key_self)
 
subroutine qg_goms_mod::c_qg_gom_assign (c_key_self, c_key_other)
 
subroutine qg_goms_mod::c_qg_gom_zero (c_key_self)
 
subroutine qg_goms_mod::c_qg_gom_abs (c_key_self)
 
subroutine qg_goms_mod::c_qg_gom_random (c_key_self)
 
subroutine qg_goms_mod::c_qg_gom_mult (c_key_self, zz)
 
subroutine qg_goms_mod::c_qg_gom_add (c_key_self, c_key_other)
 
subroutine qg_goms_mod::c_qg_gom_diff (c_key_self, c_key_other)
 
subroutine qg_goms_mod::c_qg_gom_divide (c_key_self, c_key_other)
 QG GeoVaLs division Operator. More...
 
subroutine qg_goms_mod::c_qg_gom_rms (c_key_self, rms)
 
subroutine qg_goms_mod::c_qg_gom_dotprod (c_key_self, c_key_other, prod)
 
subroutine qg_goms_mod::c_qg_gom_minmaxavg (c_key_self, kobs, pmin, pmax, prms)
 
subroutine qg_goms_mod::c_qg_gom_maxloc (c_key_self, mxval, iloc, ivar)
 
subroutine qg_goms_mod::qg_gom_read_file_c (c_key_self, c_conf)
 
subroutine qg_goms_mod::qg_gom_write_file_c (c_key_self, c_conf)
 
subroutine qg_goms_mod::qg_gom_analytic_init_c (c_key_self, c_key_locs, c_conf)
 Initialize a QG GeoVaLs object based on an analytic state. More...
 

Variables

type(registry_t), public qg_goms_mod::qg_goms_registry
 Linked list interface - defines registry_t type. More...
 

Macro Definition Documentation

◆ LISTED_TYPE

#define LISTED_TYPE   qg_goms