Changes between Version 14 and Version 15 of InsertAnalysisStep


Ignore:
Timestamp:
Mar 30, 2023, 11:47:56 AM (13 months ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InsertAnalysisStep

    v14 v15  
    103103 * If the time interval between successive observations is known, `nsteps` can be simply initialized by dividing the time interval by the size of the time step
    104104 * At the first call to `U_next_obs` the variable `timenow` can be initialized with the current model time. At the next call a forecast phase has been completed. Thus, the new value of `timenow` follows from the timer interval for the previous forecast phase.
    105  * If nsteps=0 or doexit=1 is set, the ensemble state will not be distributed by PDAF (thus `distribute_state` is not called). If one intends to preceed with ensemble forecasting, one has to set nsteps to a value >0 and doexit=0).
     105 * `doexit` is not relevant for the fully-parallel implementation. One can savely set `doexit=0` in all cases.
     106 * If `nsteps=0` or `doexit=1` is set, the ensemble state will not be distributed by PDAF (thus `distribute_state` is not called). If one intends to preceed with ensemble forecasting, one has to set nsteps to a value >0 and `doexit=0`).
    106107
    107108=== `U_distribute_state` (distribute_state_pdaf.F90) ===