Changes between Version 16 and Version 17 of InsertAnalysisStep
- Timestamp:
- Mar 30, 2023, 11:52:48 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InsertAnalysisStep
v16 v17 104 104 * 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 105 * `doexit` is not relevant for the fully-parallel implementation. It is recommended to 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 pr eceed with ensemble forecasting, one has to set nsteps to a value >0 and `doexit=0`. If nsteps is set to a value larger than the last time step of the model no further analysis step will be performed.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 proceed with ensemble forecasting, one has to set nsteps to a value >0 and `doexit=0`. If nsteps is set to a value larger than the last time step of the model no further analysis step will be performed. 107 107 108 108 === `U_distribute_state` (distribute_state_pdaf.F90) ===