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

Go to the source code of this file.

Data Types

type  qg_obsdb_mod::column_data
 
type  qg_obsdb_mod::group_data
 
type  qg_obsdb_mod::qg_obsdb
 

Modules

module  qg_obsdb_mod
 

Macros

#define LISTED_TYPE   qg_obsdb
 

Functions/Subroutines

subroutine, public qg_obsdb_mod::qg_obsdb_setup (self, f_conf, winbgn, winend)
 Linked list implementation. More...
 
subroutine, public qg_obsdb_mod::qg_obsdb_delete (self)
 Delete observation data. More...
 
subroutine, public qg_obsdb_mod::qg_obsdb_get (self, grp, col, ovec)
 Get observation data. More...
 
subroutine, public qg_obsdb_mod::qg_obsdb_put (self, grp, col, ovec)
 Put observations data. More...
 
subroutine, public qg_obsdb_mod::qg_obsdb_locations (self, grp, fields, c_times)
 Get locations from observation data. More...
 
subroutine, public qg_obsdb_mod::qg_obsdb_generate (self, grp, f_conf, bgn, step, ktimes, kobs)
 Generate observation data. More...
 
subroutine, public qg_obsdb_mod::qg_obsdb_nobs (self, grp, kobs)
 Get observation data size. More...
 
subroutine qg_obsdb_mod::qg_obsdb_read (self, winbgn, winend)
 Read observation data. More...
 
subroutine qg_obsdb_mod::qg_obsdb_write (self)
 Write observation data. More...
 
subroutine qg_obsdb_mod::qg_obsdb_find_group (self, grp, find)
 Find observation data group. More...
 
subroutine qg_obsdb_mod::qg_obsdb_find_column (grp, col, find)
 Find observation data column. More...
 
subroutine qg_obsdb_mod::qg_obsdb_generate_locations (nlocs, ntimes, bgn, step, times, obsloc)
 Generate random locations. More...
 
subroutine qg_obsdb_mod::qg_obsdb_create (self, grp, times, locs)
 Create observation data. More...
 

Variables

integer, parameter qg_obsdb_mod::rseed = 1
 Random seed (for reproducibility) More...
 
type(registry_t), public qg_obsdb_mod::qg_obsdb_registry
 Linked list interface - defines registry_t type. More...
 

Macro Definition Documentation

◆ LISTED_TYPE

#define LISTED_TYPE   qg_obsdb