Changes between Version 3 and Version 4 of PDAF_generate_obs


Ignore:
Timestamp:
Feb 9, 2019, 1:43:22 PM (5 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_generate_obs

    v3 v4  
    2424 * `U_prepoststep`: The name of the pre/poststep routine as in `PDAF_get_state`
    2525 * `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.
    2727
    2828The user-supplied call-back routines are described on the page on [ImplementGenerateObs implementing the generation of synthetic observations].