wiki:PDAF_assimilate_lseik_si

PDAF_assimilate_lseik_si

This page documents the routine PDAF_assimilate_lseik_si of PDAF.

The routine is typically called in assimilate_pdaf or directly in the model code.

The general aspects of the filter specific routines PDAF_assimilate_* are described on the page Modification of the model code for the ensemble integration and its sub-page on inserting the analysis step. The routine is used in the fully-parallel implementation variant of the data assimilation system. When the 'flexible' implementation variant, the routines `PDAF_put_state_*' are used.

The interface when using the LSEIK filter is the following:

  SUBROUTINE PDAF_assimilate_lseik_si(status_pdaf)

with the following arguments:

  • status_pdaf: The integer status flag. It is zero, if PDAF_assimilate_lseik is exited without errors.

The routine calls several user-supplied call-back routines. They are described on the page on implementing the analysis step of the LSEIK filter.

It is recommended that the value of status_pdaf is checked in the program after PDAF_assimilate_lseik is executed. Only if its value is 0 the initialization was successful.

Last modified 9 years ago Last modified on Jan 15, 2015, 4:42:20 PM