Changes between Version 1 and Version 2 of PDAF3_assimilate_hyb3dvar_lestkf
- Timestamp:
- Mar 28, 2025, 10:48:36 AM (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF3_assimilate_hyb3dvar_lestkf
v1 v2 1 1 = PDAF3_put_state_hyb3dvar_lestkf = 2 2 3 This page documents the routine `PDAF3_put_state_hyb3dvar_lestkf`. 3 This page documents the routine `PDAF3_put_state_hyb3dvar_lestkf`. The routine is part of the advanced PDAF3 interface that was introduced with PDAF V3.0. 4 4 5 5 The routine is typically called in `assimilate_pdaf` or directly in the model code. … … 35 35 * `status`: [[BR]]The integer status flag. It is zero, if the routine is exited without errors. It is recommended that the value of `status_pdaf` is checked in the program after the routine is executed. Only if its value is 0 the initialization was successful. 36 36 37 38 39 37 The user-supplied call-back routines are described on the page on [ImplementAnalysis_Hyb3DVar implementing the analysis step of hybrid 3D-Var with OMI].