Changes between Version 1 and Version 2 of PDAF_assim_flag
- Timestamp:
- Mar 14, 2026, 12:55:43 PM (11 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_assim_flag
v1 v2 13 13 the function returns the value: 14 14 * `assim_flag` : (1) if an analysis step was computed, (0) otherwise. 15 16 17 Note: 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 }}} 23 An example, where this is used is to enable performing an Euler time step in a model that otherwise performs leap frog time stepping.
