Changes between Version 5 and Version 6 of ImplementAnalysisestkf


Ignore:
Timestamp:
May 5, 2014, 12:16:54 PM (10 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysisestkf

    v5 v6  
    8282
    8383This routine is independent of the filter algorithm used.
    84 See the page [ModifyModelforEnsembleIntegration#U_collect_statecollect_state.F90 modifying the model code for the ensemble integration] for the description of this routine.
     84See the page on [InsertAnalysisStep#U_collect_statecollect_state.F90 inserting the analysis step] for the description of this routine.
     85
     86
     87=== `U_distribute_state` (distribute_state_pdaf.F90) ===
     88
     89This routine is independent of the filter algorithm used.
     90See the page on [InsertAnalysisStep#U_collect_statecollect_state.F90 inserting the analysis step] for the description of this routine.
    8591
    8692
     
    230236
    231237
     238=== `U_next_observation` (next_observation_pdaf.F90) ===
     239
     240This routine is independent of the filter algorithm used.
     241See the page on [InsertAnalysisStep#U_next_observationnext_observation.F90 inserting the analysis step] for the description of this routine.
     242
     243
    232244== Execution order of user-supplied routines ==
    233245
     
    247259 1. [#U_prepoststepprepoststep_ens_pdaf.F90 U_prepoststep] (Call to act on the analysis ensemble, called with (positive) value of the time step)
    248260
     261In case of the routine `PDAF_assimilate_estkf`, the following routines are executed after the analysis step:
     262 1. [#U_distribute_statedistribute_state_pdaf.F90 U_distribute_state]
     263 1. [#U_next_observationnext_observation_pdaf.F90 U_next_observation]