Changes between Version 1 and Version 2 of PDAF_get_fcst_info
- Timestamp:
- Mar 21, 2025, 7:43:27 PM (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_get_fcst_info
v1 v2 18 18 REAL, INTENT(inout) :: timenow !< Current model time 19 19 INTEGER, INTENT(inout) :: doexit !< variable defining whether the assimilation process is completed. 1 for exit, 0 for continuing. 20 }}} 20 21 21 22 **Note:** 22 * The output values are provided by the routine `U_prepostep` which is called by `PDAF_get_state` inside `PDAF*_assimilate_X` .23 * The output values are provided by the routine `U_prepostep` which is called by `PDAF_get_state` inside `PDAF*_assimilate_X`, see [wiki:ExternalModelLoop explanation of the flexible parallelization mode].