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

Don't get driver specific config options from the c-drivers #8200

Closed berland closed 1 week ago

berland commented 2 weeks ago

The lines

https://github.com/equinor/ert/blob/761b07012717abe6d567cd9cb7d75130f03b122c/src/ert/config/queue_config.py#L41-L42

must be changed into fixed lists as it is done for the OPENPBS_DRIVER_OPTIONS in the lines above.

These lists of strings do not belong in the driver, as the driver should not define how to the ErtConfig should look like, they should only expose a Python API for the values of these options.