Changes between Version 7 and Version 8 of ImplementGenerateObs


Ignore:
Timestamp:
May 20, 2019, 8:59:36 AM (5 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementGenerateObs

    v7 v8  
    3838 * `U_init_dim_obs_f`: The name of the user-supplied routine that provides the size of the full observation vector
    3939 * `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 for full observation vector
     40 * `U_init_obserr_f`: The name of the user-supplied routine that initializes the vector of observations error standard deviations for full observation vector
    4141 * `U_get_obs_f`: The name of the user-supplied routine that receives the full vector of generated synthetic observations from PDAF
    4242 * `U_prepoststep`: The name of the pre/poststep routine as in `PDAF_get_state`