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).
If a forward model step plugin has a bug in its validation an raises any other exception than ForwardModelValidationError then this should be shown as a warning to the user and logged so that we can give a bug report to the responsible team.
If a forward model step plugin has a bug in its validation an raises any other exception than
ForwardModelValidationError
then this should be shown as a warning to the user and logged so that we can give a bug report to the responsible team.https://github.com/equinor/ert/blob/e92f558cf14e9c9823b557b3df05caefef49576f/src/ert/config/ert_config.py#L595-L610