Changes between Version 1 and Version 2 of ImplementAnalysis_3DEnVar_untilPDAF221


Ignore:
Timestamp:
Sep 19, 2024, 2:43:37 PM (9 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysis_3DEnVar_untilPDAF221

    v1 v2  
    8686 * `status`: The integer status flag. It is zero, if the routine is exited without errors.
    8787
    88 
     88Note:
     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)].
    8990
    9091=== `PDAFomi_assimilate_en3dvar_estkf` ===
     
    112113 * `status`: The integer status flag. It is zero, if the routine is exited without errors.
    113114
    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 
     115Notes:
     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)].
    116118
    117119=== `PDAFomi_put_state_en3dvar_lestkf` ===
     
    127129                                 U_g2l_state, U_l2g_state, U_prepoststep, outflag)
    128130}}}
     131
     132Note:
     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)].
    129134
    130135=== `PDAFomi_put_state_en3dvar_estkf` ===