Changes between Version 7 and Version 8 of ImplementAnalysislenkf
- Timestamp:
- Mar 23, 2025, 7:47:25 PM (9 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysislenkf
v7 v8 42 42 == Overview == 43 43 44 For the analysis step of the LEnKF different operations related to the observations are needed. These operations are requested by PDAF by calling user-supplied routines. Intentionally, the operations are split into separate routines in order to keep the operations rather elementary. This procedure should simplify the implementation. The names of the required routines are specified in the call to the routine `PDAF_ put_state_lenkf` for the fully-parallel implementation (or `PDAF_put_state_lenkf` for the 'flexible' implementation). With regard to the parallelization, all these routines are executed by the filter processes (`filterpe=.true.`) only.44 For the analysis step of the LEnKF different operations related to the observations are needed. These operations are requested by PDAF by calling user-supplied routines. Intentionally, the operations are split into separate routines in order to keep the operations rather elementary. This procedure should simplify the implementation. The names of the required routines are specified in the call to the routine `PDAF_assimilate_lenkf` for the fully-parallel implementation (or `PDAF_put_state_lenkf` for the 'flexible' implementation). With regard to the parallelization, all these routines are executed by the filter processes (`filterpe=.true.`) only. 45 45 46 46 For completeness we discuss here all user-supplied routines that are specified in the interface to PDAF_put_state_lenkf. Thus, some of the user-supplied routines that are explained on the page explaining the modification of the model code for the ensemble integration are repeated here.