Changes between Version 259 and Version 260 of LnDevel
- Timestamp:
- Mar 30, 2025, 1:12:34 PM (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LnDevel
v259 v260 98 98 99 99 100 **[wiki:PDAF3_interface PDAF3_interface]** (still need to complete...)100 **[wiki:PDAF3_interface PDAF3_interface]** ! 101 101 102 102 [wiki:PDAF3_assimilate] ! … … 122 122 ||= **Method** =||= online coupled =||= offline coupled =|| 123 123 ||= 3D-Var (parameterized) =|| [wiki:PDAF3_assimilate_3dvar] ! || [wiki:PDAF3_put_state_3dvar] !|| 124 ||= Universal Routine [[BR]](all 3D-Var methods) =|| [wiki:PDAF3_assimilate_3dvar_all] || [wiki:PDAF3_put_state_3dvar_all] || 125 ||= En3DVar with ESTKF or LESTKF=|| [wiki:PDAF3_assimilate_en3dvar] ! || [wiki:PDAF3_put_state_en3dvar] ! || 126 ||= hyb3DVar with ESTKF or LESTKF =|| [wiki:PDAF3_assimilate_3dvar_all] || [wiki:PDAF3_put_state_3dvar_all] || 127 128 ||= 3DVar =|| [wiki:PDAF3_assimilate_3dvar] ! || [wiki:PDAF3_put_state_3dvar] ! || 129 ||= En3DVar with ESTKF=|| [wiki:PDAF3_assimilate_en3dvar_estkf] ! || [wiki:PDAF3_put_state_en3dvar_estkf] ! || 124 ||= Universal Routine [[BR]](all 3D-Var methods) =|| [wiki:PDAF3_assimilate_3dvar_all] ! || [wiki:PDAF3_put_state_3dvar_all] ! || 125 ||= En3DVar with ESTKF or LESTKF =|| [wiki:PDAF3_assimilate_en3dvar] ! || [wiki:PDAF3_put_state_en3dvar] ! || 126 || single routines || 127 ||= En3DVar with ESTKF =|| [wiki:PDAF3_assimilate_en3dvar_estkf] ! || [wiki:PDAF3_put_state_en3dvar_estkf] ! || 130 128 ||= Hyb3DVar with ESTKF =|| [wiki:PDAF3_assimilate_hyb3dvar_estkf] ! || [wiki:PDAF3_put_state_hyb3dvar_estkf] ! || 131 ||= En3DVar with LESTKF =|| [wiki:PDAF3_assimilate_en3dvar_lestkf] ! || [wiki:PDAF3_put_state_en3dvar_lestkf] ! ||129 ||= En3DVar with LESTKF =|| [wiki:PDAF3_assimilate_en3dvar_lestkf] ! || [wiki:PDAF3_put_state_en3dvar_lestkf] ! || 132 130 ||= Hyb3DVar with ESTKF =|| [wiki:PDAF3_assimilate_hyb3dvar_lestkf] ! || [wiki:PDAF3_put_state_hyb3dvar_lestkf] ! || 133 131 … … 221 219 * Added information output on allocated memory in PDAF-OMI 222 220 * Further change in PDAFomi_init_dim_obs_l to improve the performance of the local observation search 221 * Revised the internal structure of the code for DA method using modularization 223 222 * Added templates for implementing global or local ensemble filters in templates/analysis/ 224 223 * Revision of PDAF file headers: It is now possible to use 'Doxygen' to generate a documentation and structure overview of PDAF.