|
| 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...
|
| |