Changes between Version 11 and Version 12 of ImplementAnalysis_3DEnVar
- Timestamp:
- Dec 9, 2021, 2:35:00 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysis_3DEnVar
v11 v12 75 75 * [#U_prepoststepprepoststep_ens_pdaf.F90 U_prepoststep]: The name of the pre/poststep routine as in `PDAF_get_state` 76 76 * [#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. 78 78 79 79 … … 101 101 * [#U_prepoststepprepoststep_ens_pdaf.F90 U_prepoststep]: The name of the pre/poststep routine as in `PDAF_get_state` 102 102 * [#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. 104 104 105 105 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.