ERT - Ensemble based Reservoir Tool - is designed for running ensembles of dynamical models such as reservoir models, in order to do sensitivity analysis and data assimilation. ERT supports data assimilation using the Ensemble Smoother (ES), Ensemble Smoother with Multiple Data Assimilation (ES-MDA) and Iterative Ensemble Smoother (IES).
Describe the bug
If you run an ensemble experiment that fails and then click the "Restart" button, the "Running time" in the lower left becomes negative.
To reproduce
Steps to reproduce the behaviour:
Modify poly_eval.py to crash (e.g add 1/0 wherever)
ert gui my_config.ert
Run ensemble experiment
Wait until it fails, and then click "Restart"
Watch the "Running time: xxx seconds". It will be temporarily negative, but will get correct again when the restarted (and still failing) experiment is done.
It seems the "Running time" is actually not working at all for the restart. On the first run it increases every second, while in the restarted experiment it is not updated until the experiment is finished.
Describe the bug If you run an ensemble experiment that fails and then click the "Restart" button, the "Running time" in the lower left becomes negative.
To reproduce Steps to reproduce the behaviour:
poly_eval.py
to crash (e.g add1/0
wherever)ert gui my_config.ert
Expected behaviour Never show negative numbers.
Environment