Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include _ERT_EXPERIMENT_ID in case metadata #670

Closed
Tracked by #671 ...
perolavsvendsen opened this issue May 30, 2024 · 0 comments · Fixed by #755
Closed
Tracked by #671 ...

Include _ERT_EXPERIMENT_ID in case metadata #670

perolavsvendsen opened this issue May 30, 2024 · 0 comments · Fixed by #755
Assignees
Labels
enhancement New feature or request

Comments

@perolavsvendsen
Copy link
Member

_ERT_EXPERIMENT_ID is exposed as an environment variable ref this table from #605

ERT mode On client On Compute node
workflow _ERT_EXPERIMENT_ID
_ERT_ENSEMBLE_ID
_ERT_SIMULATION_MODE
N/A
test-run (forward model) _ERT_EXPERIMENT_ID
_ERT_ENSEMBLE_ID
_ERT_SIMULATION_MODE

_ERT_RUNPATH
_ERT_ITERATION_NUMBER
_ERT_REALIZATION_NUMBER
N/A
ensemble experiment (forward model) N/A _ERT_RUNPATH
_ERT_ITERATION_NUMBER
_ERT_REALIZATION_NUMBER

We should include this in the outgoing case metadata, to learn more about the likeliness between experiment and case

In the metadata, suggest we put this into a separate block:

data:
  ...
fmu:
  case:
    name: ...
    uuid: ...
  ert:
    experiment:
      id: <_ERT_EXPERIMENT_ID>  # if it is a uuid, use "uuid"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants