ert icon indicating copy to clipboard operation
ert copied to clipboard

Save configuration information in base_run_model

Open oyvindeide opened this issue 2 years ago • 2 comments

The settings used for updates, scaling factors, etc. should be persisted when we run an experiment.

oyvindeide avatar Jun 08 '22 12:06 oyvindeide

Could these be added to for example the dict simulation_arguments?

https://github.com/equinor/ert/blob/431aea8f40fd65a233f63842806be554aa048542/src/ert/shared/models/base_run_model.py#L62

dafeda avatar Aug 29 '22 09:08 dafeda

Write this data to disk in a HDF5 file inside of storage.

pinkwah avatar Oct 07 '22 10:10 pinkwah

Should also include type of experiment, number of iterations, etc.

oyvindeide avatar Jul 06 '23 06:07 oyvindeide