Changes between Version 13 and Version 14 of InsertAnalysisStep


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

--

Legend:

Unmodified
Added
Removed
Modified
  • InsertAnalysisStep

    v13 v14  
    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).
    105106
    106107=== `U_distribute_state` (distribute_state_pdaf.F90) ===