Changes between Version 7 and Version 8 of ImplementGenerateObs
- Timestamp:
- May 20, 2019, 8:59:36 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementGenerateObs
v7 v8 38 38 * `U_init_dim_obs_f`: The name of the user-supplied routine that provides the size of the full observation vector 39 39 * `U_obs_op_f`: The name of the user-supplied routine that acts as the full observation operator on some state vector 40 * `U_init_obserr_f`: The name of the user-supplied routine that initializes the vector of observations error standard deviations for f or full observation vector40 * `U_init_obserr_f`: The name of the user-supplied routine that initializes the vector of observations error standard deviations for full observation vector 41 41 * `U_get_obs_f`: The name of the user-supplied routine that receives the full vector of generated synthetic observations from PDAF 42 42 * `U_prepoststep`: The name of the pre/poststep routine as in `PDAF_get_state`