| 1 | = PDAF_get_assim_flag = |
| 2 | |
| 3 | This page documents the routine `PDAF_get_assim_flag` of PDAF. |
| 4 | |
| 5 | The routine returns the information whether in the last call to a routine PDAF_assimilate_X (with X being any of the filterts) observations were assimilated, i.e. an analysis step was computed. It can be called during the ensemble integration, if a program needs this information, e.g. if a model uses leafrog time stepping and one wishes to do an Euler time step directly after the analysis step. |
| 6 | |
| 7 | The routine is typically called in the model code during the ensemble integration. It only works in the online mode of PDAF. |
| 8 | |
| 9 | The interface is the following: |
| 10 | {{{ |
| 11 | SUBROUTINE PDAF_get_assim_flag(assim_flag) |
| 12 | }}} |
| 13 | with the following argument: |
| 14 | * 'assim_flag (Integer)' : (1) if an analysis step was computed, (0) otherwise. |