ert icon indicating copy to clipboard operation
ert copied to clipboard

Add option to configure update step

Open oyvindeide opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. Would like to configure the update step by disabling and enabling different parameters and observations

Describe the solution you'd like A button in the GUI which shows what parameters and observations are loaded, and the option to disable a subset for the update step. This should also be possible to do in the config though for example a new keyword (UPDATE_CONFIGURATION?)

Describe alternatives you've considered This is already partially implemented through the update_configuration property on EnKFMain, so it should not be very complex to resolve.

https://github.com/equinor/ert/blob/071e42ee3f164560309cc5a415273a1f7564cbc6/src/ert/_c_wrappers/enkf/enkf_main.py#L125-L138

For example we could allow the user to do: DISABLE_PARAMETERS: PRED*, ....

oyvindeide avatar Sep 05 '22 12:09 oyvindeide