Changes between Version 1 and Version 2 of PDAF_assimilate_lestkf
- Timestamp:
- Sep 9, 2024, 4:43:16 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_assimilate_lestkf
v1 v2 33 33 * `U_init_obsvar_l`: The name of the user-supplied routine that provides a mean observation error variance for the local analysis domain (This routine will only be executed, if a local adaptive forgetting factor is used) 34 34 * `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`. 35 * `status_pdaf`: The integer status flag. It is zero, if `PDAF_assimilate_lestkf`is exited without errors.35 * `status_pdaf`: The integer status flag. It is zero, if this routine is exited without errors. 36 36 37 37