|
subroutine, public | qg_obsvec_mod::qg_obsvec_setup (self, nlev, nobs) |
| Linked list implementation. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_clone (self, other) |
| Clone observation vector. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_delete (self) |
| Delete observation vector. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_copy (self, other) |
| Copy observation vector. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_zero (self) |
| Set observation vector to zero. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_settomissing_ith (self, i) |
| Set i-th value of observation vector to missing value. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_ones (self) |
| Set observation vector to ones. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_mask (self, mask) |
| Mask observation vector (set values to missing values where mask == 1) More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_mask_with_missing (self, mask) |
| Mask observation vector (set values to missing values where mask == missing value) More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_mul_scal (self, zz) |
| Multiply observation vector with a scalar. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_add (self, other) |
| Add observation vector. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_sub (self, other) |
| Subtract observation vector. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_mul (self, other) |
| Multiply observation vector. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_div (self, other) |
| Divide observation vector. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_axpy (self, zz, other) |
| Apply axpy on observation vector. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_invert (self) |
| Invert observation vector. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_random (c_odb, self) |
| Generate random observation vector. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_dotprod (obsvec1, obsvec2, zz) |
| Compute dot product between observation vectors. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_stats (self, zmin, zmax, zavg) |
| Compute observation vector statistics. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_size (self, kobs) |
| Get observation vector size. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_nobs (self, kobs) |
| Get observation vector size. More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_nobs_withmask (self, obsmask, kobs) |
| Get observation vector size (only non-masked observations) More...
|
|
subroutine, public | qg_obsvec_mod::qg_obsvec_get_withmask (self, obsmask, vals, nvals) |
| Get non-missing values from observation vector into vals array. More...
|
|