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

Log the arguments to each forward model step #9315

Open berland opened 3 days ago

berland commented 3 days ago

When debugging Ert runs, the contents of the config dict is logged, but truncated in size. This prohibits usage and hides important details.

This print of the config dict is also close to unreadable as it is all printed on one long line.

Some fix is needed to make this parseable and readable, calling arguments of forward model steps is interesting f.ex.