pyPDAF.PDAFomi.set_obs_diag¶
- pyPDAF.PDAFomi.set_obs_diag()¶
Activate or deactivate the observation diagnostics.
By default, observation diagnostics are activated that stores additional information for diagnostics. However, as this functionality increases the required memory, it might be desirable to deactivate this functionality.
This function is used deactivate the observation diagnostics. Once deactivated, one cannot use diagnostics in
pyPDAF.PDAFomi.diag
. It is also possible to re-activate the observation diagnostics at a later time.The function can be called by all processes, but it is sufficient to call it for those processes that handle observations, which usually are the filter processes.
This function can be called after the initialization of PDAF in pyPDAF.PDAF.init.
- Parameters:
diag (int) – Value for observation diagnostics mode - > 0: activates observation diagnostics - 0: deactivates observation diagnostics