Changes between Version 1 and Version 2 of PDAF_get_fcst_info


Ignore:
Timestamp:
Mar 21, 2025, 7:43:27 PM (11 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_get_fcst_info

    v1 v2  
    1818  REAL, INTENT(inout)    :: timenow !< Current model time
    1919  INTEGER, INTENT(inout) :: doexit  !< variable defining whether the assimilation process is completed. 1 for exit, 0 for continuing.
     20}}}
    2021
    2122**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].