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

Go to the source code of this file.

Data Types

type  qg_fields_mod::qg_fields
 

Modules

module  qg_fields_mod
 

Macros

#define LISTED_TYPE   qg_fields
 

Functions/Subroutines

subroutine, public qg_fields_mod::qg_fields_create (self, geom, vars, lbc)
 Linked list implementation. More...
 
subroutine, public qg_fields_mod::qg_fields_create_from_other (self, other, geom)
 Create fields from another one. More...
 
subroutine, public qg_fields_mod::qg_fields_delete (self)
 Delete fields. More...
 
subroutine, public qg_fields_mod::qg_fields_zero (self)
 Set fields to zero. More...
 
subroutine, public qg_fields_mod::qg_fields_ones (self)
 Set fields to ones. More...
 
subroutine, public qg_fields_mod::qg_fields_dirac (self, f_conf)
 Set fields to Diracs. More...
 
subroutine, public qg_fields_mod::qg_fields_random (self, var)
 Generate random fields. More...
 
subroutine, public qg_fields_mod::qg_fields_copy (self, other)
 Copy fields. More...
 
subroutine, public qg_fields_mod::qg_fields_copy_lbc (self, other)
 Copy fields LBC. More...
 
subroutine, public qg_fields_mod::qg_fields_self_add (self, rhs)
 Add fields. More...
 
subroutine, public qg_fields_mod::qg_fields_self_sub (self, rhs)
 Subtract fields. More...
 
subroutine, public qg_fields_mod::qg_fields_self_mul (self, zz)
 Multiply fields by a scalar. More...
 
subroutine, public qg_fields_mod::qg_fields_axpy (self, zz, rhs)
 Apply axpy operator to fields. More...
 
subroutine, public qg_fields_mod::qg_fields_self_schur (self, rhs)
 Schur product of fields. More...
 
subroutine, public qg_fields_mod::qg_fields_dot_prod (fld1, fld2, zprod)
 Compute dot product for fields. More...
 
subroutine, public qg_fields_mod::qg_fields_add_incr (self, rhs)
 Add increment to fields. More...
 
subroutine, public qg_fields_mod::qg_fields_diff_incr (lhs, fld1, fld2)
 Compute increment from the difference of two fields. More...
 
subroutine, public qg_fields_mod::qg_fields_change_resol (fld, rhs)
 Change fields resolution. More...
 
subroutine, public qg_fields_mod::qg_fields_read_file (fld, f_conf, vdate)
 Read fields from file. More...
 
subroutine, public qg_fields_mod::qg_fields_write_file (fld, f_conf, vdate)
 Write fields to file. More...
 
subroutine, public qg_fields_mod::qg_fields_analytic_init (fld, f_conf, vdate)
 Analytic initialization of fields. More...
 
subroutine, public qg_fields_mod::qg_fields_gpnorm (fld, vpresent, vmin, vmax, vrms)
 Fields statistics. More...
 
subroutine, public qg_fields_mod::qg_fields_rms (fld, prms)
 Fields RMS. More...
 
subroutine, public qg_fields_mod::qg_fields_sizes (fld, nx, ny, nz)
 Get fields geometry. More...
 
subroutine, public qg_fields_mod::qg_fields_lbc (fld, lbc)
 Get LBC presence. More...
 
subroutine, public qg_fields_mod::qg_fields_set_atlas (self, vars, afieldset)
 Set ATLAS field. More...
 
subroutine, public qg_fields_mod::qg_fields_to_atlas (self, vars, afieldset)
 Convert fields to ATLAS. More...
 
subroutine, public qg_fields_mod::qg_fields_from_atlas (self, vars, afieldset)
 Get fields from ATLAS. More...
 
subroutine, public qg_fields_mod::qg_fields_getpoint (fld, iter, nval, vals)
 Get points from fields. More...
 
subroutine, public qg_fields_mod::qg_fields_setpoint (fld, iter, nval, vals)
 Set fields values at a specified gridpoint. More...
 
subroutine, public qg_fields_mod::qg_fields_serialize (fld, vsize, vect_fld)
 Serialize fields. More...
 
subroutine, public qg_fields_mod::qg_fields_deserialize (self, vsize, vect_fld, index)
 Deserialize fields. More...
 
subroutine, public qg_fields_mod::qg_fields_complete (self, var)
 Complete missing fields consistently. More...
 
subroutine, public qg_fields_mod::qg_fields_check (self)
 Check fields. More...
 
subroutine, public qg_fields_mod::qg_fields_check_resolution (fld1, fld2)
 Check fields resolution. More...
 

Variables

integer, parameter qg_fields_mod::rseed = 7
 Random seed (for reproducibility) More...
 
type(registry_t), public qg_fields_mod::qg_fields_registry
 Linked list interface - defines registry_t type. More...
 

Macro Definition Documentation

◆ LISTED_TYPE

#define LISTED_TYPE   qg_fields