Changes between Version 11 and Version 12 of ImplementAnalysis_3DEnVar


Ignore:
Timestamp:
Dec 9, 2021, 2:35:00 PM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysis_3DEnVar

    v11 v12  
    7575 * [#U_prepoststepprepoststep_ens_pdaf.F90 U_prepoststep]: The name of the pre/poststep routine as in `PDAF_get_state`
    7676 * [#U_next_observationnext_observation.F90 U_next_observation]: The name of a user supplied routine that initializes the variables `nsteps`, `timenow`, and `doexit`. The same routine is also used in `PDAF_get_state`.
    77  * `status`: The integer status flag. It is zero, if `PDAFomi_assimilate_global` is exited without errors.
     77 * `status`: The integer status flag. It is zero, if the routine is exited without errors.
    7878
    7979
     
    101101 * [#U_prepoststepprepoststep_ens_pdaf.F90 U_prepoststep]: The name of the pre/poststep routine as in `PDAF_get_state`
    102102 * [#U_next_observationnext_observation.F90 U_next_observation]: The name of a user supplied routine that initializes the variables `nsteps`, `timenow`, and `doexit`. The same routine is also used in `PDAF_get_state`.
    103  * `status`: The integer status flag. It is zero, if `PDAFomi_assimilate_global` is exited without errors.
     103 * `status`: The integer status flag. It is zero, if the routine is exited without errors.
    104104
    105105Note 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.