OOPS
|
Functions/Subroutines | |
subroutine | qg_obsdb_setup_c (c_key_self, c_conf, c_winbgn, c_winend) |
Setup observation data. More... | |
subroutine | qg_obsdb_delete_c (c_key_self) |
Delete observation data. More... | |
subroutine | qg_obsdb_get_c (c_key_self, lgrp, c_grp, lcol, c_col, c_key_ovec) |
Get observation data. More... | |
subroutine | qg_obsdb_put_c (c_key_self, lgrp, c_grp, lcol, c_col, c_key_ovec) |
Put observation data. More... | |
subroutine | qg_obsdb_locations_c (c_key_self, lgrp, c_grp, c_fields, c_times) |
Get locations from observation data. More... | |
subroutine | 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_nobs_c (c_key_self, lgrp, c_grp, kobs) |
Get observation data size. More... | |
|
private |
Delete observation data.
[in,out] | c_key_self | Observation data |
Definition at line 59 of file qg_obsdb_interface.F90.
|
private |
Generate observation data.
[in] | c_key_self | Observation data |
[in] | lgrp | Group size |
[in] | c_grp | Group name |
[in] | c_conf | Configuration |
[in] | c_bgn | Start time |
[in] | c_step | Time-step |
[in] | ktimes | Number of time-slots |
[in,out] | kobs | Number of observations |
Definition at line 170 of file qg_obsdb_interface.F90.
|
private |
Get observation data.
[in] | c_key_self | Observation data |
[in] | lgrp | Group size |
[in] | c_grp | Group name |
[in] | lcol | Column size |
[in] | c_col | Column name |
[in] | c_key_ovec | Observation vector |
Definition at line 81 of file qg_obsdb_interface.F90.
|
private |
Get locations from observation data.
[in] | c_key_self | Observation data |
[in] | lgrp | Group size |
[in] | c_grp | Group name |
[in] | c_fields | Locations fieldset |
[in] | c_times | times |
Definition at line 141 of file qg_obsdb_interface.F90.
|
private |
Get observation data size.
[in] | c_key_self | Observation data |
[in] | lgrp | Group size |
[in] | c_grp | Group name |
[in,out] | kobs | Number of observations |
Definition at line 204 of file qg_obsdb_interface.F90.
|
private |
Put observation data.
[in] | c_key_self | Observation data |
[in] | lgrp | Group size |
[in] | c_grp | Group name |
[in] | lcol | Column size |
[in] | c_col | Column name |
[in] | c_key_ovec | Observation vector |
Definition at line 111 of file qg_obsdb_interface.F90.
|
private |
Setup observation data.
[in,out] | c_key_self | Observation data |
[in] | c_conf | Configuration |
[in] | c_winbgn | Start of window |
[in] | c_winend | End of window |
Definition at line 29 of file qg_obsdb_interface.F90.