Changes between Version 3 and Version 4 of ImplementAnalysisetkf


Ignore:
Timestamp:
May 17, 2011, 3:26:32 PM (13 years ago)
Author:
lnerger
Comment:

some revision

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysisetkf

    v3 v4  
    215215
    216216The analysis step is executed when the ensemble integration of the forecast is completed. During the analysis step the following routines are executed in the given order:
    217  1. [#U_prepoststepprepoststep_etkf.F90 U_prepoststep] (call to handle the forecast, called with negative value of the time step)
     217 1. [#U_prepoststepprepoststep_etkf.F90 U_prepoststep] (Call to act on the forecast ensemble, called with negative value of the time step)
    218218 1. [#U_init_dim_obsinit_dim_obs.F90 U_init_dim_obs]
    219219 1. [#U_obs_opobs_op.F90 U_obs_op] (A single call to operate on the ensemble mean state)
     
    222222 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))
    223223 1. [#U_prodRinvAprodrinva.F90 U_prodRinvA]
    224  1. [#U_prepoststepprepoststep_etkf.F90 U_prepoststep] (call to handle the analysis, called with (positive) value of the time step)
    225 
     224 1. [#U_prepoststepprepoststep_etkf.F90 U_prepoststep] (call to act on the analysis ensemble, called with (positive) value of the time step)
     225