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`). |
| 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 preceed 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. |