Changes between Version 38 and Version 39 of ImplementAnalysisseik


Ignore:
Timestamp:
Jan 22, 2012, 10:57:59 AM (12 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysisseik

    v38 v39  
    220220
    221221The 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:
    222  1. [#U_prepoststepprepoststep_ens_pdaf.F90 U_prepoststep] (Call to act on the forecast ensemble, called with negative value of the time step)
     222 1. [#U_prepoststepprepoststep_ens_pdaf.F90 U_prepoststep] (Call to operate on the forecast ensemble, called with negative value of the time step)
    223223 1. [#U_init_dim_obsinit_dim_obs_pdaf.F90 U_init_dim_obs]
    224224 1. [#U_obs_opobs_op_pdaf.F90 U_obs_op] (A single call to operate on the ensemble mean state)
     
    227227 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))
    228228 1. [#U_prodRinvAprodrinva_pdaf.F90 U_prodRinvA]
    229  1. [#U_prepoststepprepoststep_ens_pdaf.F90 U_prepoststep] (Call to act on the analysis ensemble, called with (positive) value of the time step)
    230 
     229 1. [#U_prepoststepprepoststep_ens_pdaf.F90 U_prepoststep] (Call to operate on the analysis ensemble, called with (positive) value of the time step)
     230