OOPS
qg_obsdb_interface.F90 File Reference

Go to the source code of this file.

Modules

module  qg_obsdb_interface
 

Functions/Subroutines

subroutine qg_obsdb_interface::qg_obsdb_setup_c (c_key_self, c_conf, c_winbgn, c_winend)
 Setup observation data. More...
 
subroutine qg_obsdb_interface::qg_obsdb_delete_c (c_key_self)
 Delete observation data. More...
 
subroutine qg_obsdb_interface::qg_obsdb_get_c (c_key_self, lgrp, c_grp, lcol, c_col, c_key_ovec)
 Get observation data. More...
 
subroutine qg_obsdb_interface::qg_obsdb_get_local_c (c_key_self, lgrp, c_grp, lcol, c_col, c_idxsize, c_idx, c_key_ovec)
 Get observations data for a local subset. More...
 
subroutine qg_obsdb_interface::qg_obsdb_put_c (c_key_self, lgrp, c_grp, lcol, c_col, c_key_ovec)
 Put observation data. More...
 
subroutine qg_obsdb_interface::qg_obsdb_has_c (c_key_self, lgrp, c_grp, lcol, c_col, c_has)
 Test observation data existence. More...
 
subroutine qg_obsdb_interface::qg_obsdb_locations_c (c_key_self, lgrp, c_grp, c_t1, c_t2, c_fields, c_times)
 Get locations from observation data. More...
 
subroutine qg_obsdb_interface::qg_obsdb_generate_c (c_key_self, lgrp, c_grp, c_conf, c_bgn, c_step, ktimes, kobs)
 Generate observation data. More...
 
subroutine qg_obsdb_interface::qg_obsdb_nobs_c (c_key_self, lgrp, c_grp, kobs)
 Get observation data size. More...