Changes between Version 3 and Version 4 of PDAF_generate_obs
- Timestamp:
- Feb 9, 2019, 1:43:22 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_generate_obs
v3 v4 24 24 * `U_prepoststep`: The name of the pre/poststep routine as in `PDAF_get_state` 25 25 * `U_next_observation`: The name of a user supplied routine that initializes the variables `nsteps`, `timenow`, and `doexit`. The same routine is also used in `PDAF_get_state`. 26 * `status_pdaf`: The integer status flag. It is zero, if `PDAF_ assimilate_lestkf` is exited without errors.26 * `status_pdaf`: The integer status flag. It is zero, if `PDAF_generate_obs` is exited without errors. 27 27 28 28 The user-supplied call-back routines are described on the page on [ImplementGenerateObs implementing the generation of synthetic observations].