Changes between Version 1 and Version 2 of ImplementAnalysis_3DEnVar_untilPDAF221
- Timestamp:
- Sep 19, 2024, 2:43:37 PM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysis_3DEnVar_untilPDAF221
v1 v2 86 86 * `status`: The integer status flag. It is zero, if the routine is exited without errors. 87 87 88 88 Note: 89 * If your code shows a call to `PDAFlocalomi_assimilate_en3dvar_lestkf`, it uses the implementation variant with PDAFlocal. This is documented on the page on [wiki:ImplementAnalysis_3DEnVar Implementing the Analysis Step for 3D Ensemble Var with OMI with PDAFlocal (from V2.3 of PDAF)]. 89 90 90 91 === `PDAFomi_assimilate_en3dvar_estkf` === … … 112 113 * `status`: The integer status flag. It is zero, if the routine is exited without errors. 113 114 114 Note that the interface of `PDAFomi_assimilate_en3dvar_estkf` is identical to that of `PDAFomi_assimilate_3dvar` apart from using the routines `U_cvt_ens` and `U_cvt_adj_ens` in case of the ensemble variational method. 115 115 Notes: 116 * The interface of `PDAFomi_assimilate_en3dvar_estkf` is identical to that of `PDAFomi_assimilate_3dvar` apart from using the routines `U_cvt_ens` and `U_cvt_adj_ens` in case of the ensemble variational method. 117 * If your code shows a call to `PDAFlocalomi_assimilate_en3dvar_lestkf`, it uses the implementation variant with PDAFlocal. This is documented on the page on [wiki:ImplementAnalysis_3DEnVar Implementing the Analysis Step for 3D Ensemble Var with OMI with PDAFlocal (from V2.3 of PDAF)]. 116 118 117 119 === `PDAFomi_put_state_en3dvar_lestkf` === … … 127 129 U_g2l_state, U_l2g_state, U_prepoststep, outflag) 128 130 }}} 131 132 Note: 133 * If your code shows a call to `PDAFlocalomi_put_state_en3dvar_lestkf`, it uses the implementation variant with PDAFlocal. This is documented on the page on [wiki:ImplementAnalysis_3DEnVar Implementing the Analysis Step for 3D Ensemble Var with OMI with PDAFlocal (from V2.3 of PDAF)]. 129 134 130 135 === `PDAFomi_put_state_en3dvar_estkf` ===