Changes between Version 4 and Version 5 of PDAF_assimilate_ensrf


Ignore:
Timestamp:
Mar 26, 2025, 10:23:06 AM (7 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_assimilate_ensrf

    v4 v5  
    2121 * `U_init_obs`: [[BR]]The name of the user-supplied routine that initializes the vector of observations
    2222 * `U_init_obsvars`: [[BR]]The name of the user-supplied routine that initializes the vector of observation error variances.
    23  * `U_localize_covar_serial`: [[BR]]The name of the routine that applies the covariance localization for a single observation
    24  * `U_prepoststep`: [[BR]]The name of the pre/poststep routine as in `PDAF_get_state`
    25  * `U_next_observation`: [[BR]]The name of the user supplied routine that initializes the variables `nsteps`, `timenow`, and `doexit`. The same routine is also used in `PDAF_get_state`.
     23 * `U_localize_covar_serial`: [[BR]]The name of the user-supplied routine that applies the covariance localization for a single observation
     24 * `U_prepoststep`: [[BR]]The name of the user-supplied pre/poststep routine as in `PDAF_get_state`
     25 * `U_next_observation`: [[BR]]The name of the user-supplied routine that initializes the variables `nsteps`, `timenow`, and `doexit`. The same routine is also used in `PDAF_get_state`.
    2626 * `status_pdaf`: [[BR]]The integer status flag. It is zero, if the routine is exited without errors.
    2727