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
101 stars 104 forks source link

POC: Add design_matrix to ert #8099

Open oyvindeide opened 3 months ago

oyvindeide commented 3 months ago

Issue Will mean that users no longer need to comment in and out GEN_KW when doing sensitivity, simplifying their workflow. For now it is a new method of creating an ensemble, the user must then do Evaluate ensemble afterwards.

image

When applicable

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 20.31250% with 102 lines in your changes missing coverage. Please review.

Project coverage is 85.68%. Comparing base (3aa9c85) to head (6e5db81). Report is 1 commits behind head on main.

Files Patch % Lines
.../ert/gui/tools/manage_experiments/design_matrix.py 12.98% 67 Missing :warning:
.../manage_experiments/ensemble_init_configuration.py 25.00% 33 Missing :warning:
src/ert/config/gen_kw_config.py 50.00% 1 Missing :warning:
src/ert/enkf_main.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8099 +/- ## ========================================== - Coverage 86.03% 85.68% -0.35% ========================================== Files 382 383 +1 Lines 23706 23832 +126 Branches 622 634 +12 ========================================== + Hits 20395 20421 +26 - Misses 3236 3337 +101 + Partials 75 74 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.