equinor / ert

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).
https://ert.readthedocs.io/en/latest/
GNU General Public License v3.0
104 stars 107 forks source link

Unexpected failures if runpath string is not properly formatted #9313

Open larsevj opened 1 week ago

larsevj commented 1 week ago

What happened? (You can include a screenshot if it helps explain)

A user had forgotten to include the <> around the ITER and IENS in the runpath format string. This resulted in the gui showing all realizations finished successfully however only the last realization showed progress for each forward model step. Reason being that all realizations ran in the same runpath folder. Ert logged a warning due to no substitution string, but this is difficult for a user to notice.

What did you expect to happen?

Should give a better warning if there is no and , or %d?

steps to reproduce

Environment where bug has been observed