Changes between Version 1 and Version 2 of PDAF_assimilate_ensrf
- Timestamp:
- Mar 25, 2025, 7:56:42 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_assimilate_ensrf
v1 v2 1 1 = PDAF_assimilate_ensrf = 2 2 3 This page documents the routine `PDAF_assimilate_ensrf` of PDAF. The routine is used to execute the ENSRF/EAKF filters, which was added to PDAF with version 3.0. 3 This page documents the routine `PDAF_assimilate_ensrf` of PDAF. The routine is used to execute the ENSRF/EAKF filters, which was added to PDAF with version 3.0. 4 4 5 5 The routine is typically called in `assimilate_pdaf` or directly in the model code. However, for newer implementations we recommend to use the generic routine [wiki:PDAF3_assimilate_local] since less user-supplied call-back routines are required with the PDAF3 interface. … … 27 27 28 28 29 The user-supplied call-back routines are described on the page on [ ImplementAnalysisENSRF implementing the analysis step of the ENSRF/EAKF].29 The user-supplied call-back routines are described on the page on [wiki:ImplementAnalysisENSRF implementing the analysis step of the ENSRF/EAKF]. Here also the possible choices of `subtype` are explained. These seleect the particular filter variant. 30 30 31 31 It is recommended to check value of `status_pdaf` in the program after PDAF_assimilate_enkf is executed. Only if its value is 0 the initialization was successful.