ert
ert copied to clipboard
Create experiment_id when running Experiment Server
There is an ambiguity between Ensemble.id_ / BaseRunModel._ee_id and experiment_server_id. We should create experiment id properly and propagate it correctly to Ensemble Evaluator and further to the JobRunner.
Please see: https://github.com/equinor/ert/blob/e48a639f94dd1af3f398f8dd65c5765f766dfb66/src/ert_shared/models/base_run_model.py#L330
Depends on https://github.com/equinor/ert/issues/3723