Changes between Version 8 and Version 9 of PdafSimplifiedInterface


Ignore:
Timestamp:
Jan 15, 2015, 2:21:59 PM (9 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PdafSimplifiedInterface

    v8 v9  
    2828|| predefined name || Name in documentation || called by    ||
    2929|| `init_ens_pdaf` || `U_init_ens`          || `PDAF_init[_si]` ||
    30 || `next_observation_pdaf` || `U_next_observation` || `PDAF_get_state[_si]` ||
    31 || `distribute_state_pdaf` || `U_distribute_state` || `PDAF_get_state[_si]` ||
    32 || `prepoststep_pdaf`      || `U_prepoststep`      || `PDAF_get_state[_si]` ||
    33 || `collect_state_pdaf`    || `U_collect_state`    || `PDAF_put_state_X[_si]` ||
     30|| `next_observation_pdaf` || `U_next_observation` || `PDAF_get_state[_si]`, `PDAF_assimilate_state_X[_si]` ||
     31|| `distribute_state_pdaf` || `U_distribute_state` || `PDAF_get_state[_si]`, `PDAF_assimilate_state_X[_si]` ||
     32|| `prepoststep_pdaf`      || `U_prepoststep`      || `PDAF_get_state[_si]`, `PDAF_put_state_X[_si]`, `PDAF_assimilate_state_X[_si]` ||
     33|| `collect_state_pdaf`    || `U_collect_state`    || `PDAF_put_state_X[_si]`, `PDAF_assimilate_state_X[_si]` ||
    3434
    3535In addition, there are filter-specific routines whose names are given on the page for each filter in the documentation on the [ImplementationofAnalysisStep implementation of the analysis step].