222 | | 1. [#U_prepoststepprepoststep_seik.F90 U_prepoststep] (Call to act on the forecast ensemble, called with negative value of the time step) |
223 | | 1. [#U_init_dim_obsinit_dim_obs.F90 U_init_dim_obs] |
224 | | 1. [#U_obs_opobs_op.F90 U_obs_op] (A single call to operate on the ensemble mean state) |
225 | | 1. [#U_init_obsinit_obs.F90 U_init_obs] |
226 | | 1. [#U_obs_opobs_op.F90 U_obs_op] (`dim_ens` calls: one call for each ensemble member) |
227 | | 1. [#U_init_obsvarinit_obsvar.F90 U_init_obsvar] (Only executed, if the adaptive forgetting factor is used (`type_forget=1` in the example implemention)) |
228 | | 1. [#U_prodRinvAprodrinva.F90 U_prodRinvA] |
229 | | 1. [#U_prepoststepprepoststep_seik.F90 U_prepoststep] (Call to act on the analysis ensemble, called with (positive) value of the time step) |
230 | | |
| 222 | 1. [#U_prepoststepprepoststep_seik_pdaf.F90 U_prepoststep] (Call to act on the forecast ensemble, called with negative value of the time step) |
| 223 | 1. [#U_init_dim_obsinit_dim_obs_pdaf.F90 U_init_dim_obs] |
| 224 | 1. [#U_obs_opobs_op_pdaf.F90 U_obs_op] (A single call to operate on the ensemble mean state) |
| 225 | 1. [#U_init_obsinit_obs_pdaf.F90 U_init_obs] |
| 226 | 1. [#U_obs_opobs_op_pdaf.F90 U_obs_op] (`dim_ens` calls: one call for each ensemble member) |
| 227 | 1. [#U_init_obsvarinit_obsvar_pdaf.F90 U_init_obsvar] (Only executed, if the adaptive forgetting factor is used (`type_forget=1` in the example implemention)) |
| 228 | 1. [#U_prodRinvAprodrinva_pdaf.F90 U_prodRinvA] |
| 229 | 1. [#U_prepoststepprepoststep_seik_pdaf.F90 U_prepoststep] (Call to act on the analysis ensemble, called with (positive) value of the time step) |
| 230 | |