Changes between Version 1 and Version 2 of PDAF_assim_flag


Ignore:
Timestamp:
Mar 14, 2026, 12:55:43 PM (11 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_assim_flag

    v1 v2  
    1313the function returns the value:
    1414 * `assim_flag` : (1) if an analysis step was computed, (0) otherwise.
     15
     16
     17Note: The return value can be directly used, e.g. as
     18{{{
     19  IF (PDAF_assim_flag() == 1) THEN
     20    Special operation depending on that DA was done
     21  ENDIF
     22}}}
     23An example, where this is used is to enable performing an Euler time step in a model that otherwise performs leap frog time stepping.