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

Go to the source code of this file.

Data Types

type  qg_obs_vectors::obs_vect
 Fortran derived type to represent an observation vector. More...
 

Modules

module  qg_obs_vectors
 Fortran module handling observation vectors.
 

Macros

#define LISTED_TYPE   obs_vect
 

Functions/Subroutines

subroutine qg_obs_vectors::c_qg_obsvec_setup (c_key_self, ncol, nobs)
 Linked list implementation. More...
 
subroutine, public qg_obs_vectors::obsvec_setup (self, nc, no)
 
subroutine qg_obs_vectors::c_qg_obsvec_clone (c_key_self, c_key_other)
 
subroutine qg_obs_vectors::c_qg_obsvec_delete (c_key_self)
 
subroutine qg_obs_vectors::c_qg_obsvec_assign (c_key_self, c_key_rhs)
 
subroutine qg_obs_vectors::c_qg_obsvec_zero (c_key_self)
 
subroutine qg_obs_vectors::c_qg_obsvec_mul_scal (c_key_self, zz)
 
subroutine qg_obs_vectors::c_qg_obsvec_add (c_key_self, c_key_other)
 
subroutine qg_obs_vectors::c_qg_obsvec_sub (c_key_self, c_key_other)
 
subroutine qg_obs_vectors::c_qg_obsvec_mul (c_key_self, c_key_other)
 
subroutine qg_obs_vectors::c_qg_obsvec_div (c_key_self, c_key_other)
 
subroutine qg_obs_vectors::c_qg_obsvec_axpy (c_key_self, zz, c_key_other)
 
subroutine qg_obs_vectors::c_qg_obsvec_invert (c_key_self)
 
subroutine qg_obs_vectors::c_qg_obsvec_random (c_key_self)
 
subroutine qg_obs_vectors::c_qg_obsvec_dotprod (c_key_self, c_key_other, zz)
 
subroutine qg_obs_vectors::c_qg_obsvec_minmaxavg (c_key_self, zmin, zmax, zavg)
 
subroutine qg_obs_vectors::c_qg_obsvec_nobs (c_key_self, kobs)
 

Variables

type(registry_t), public qg_obs_vectors::qg_obs_vect_registry
 Linked list interface - defines registry_t type. More...
 

Macro Definition Documentation

◆ LISTED_TYPE

#define LISTED_TYPE   obs_vect