Open
Conversation
GenKW now models one scalar parameter instead of a group. This enables
per-parameter control of `input_source` (e.g. design_matrix or sampled)
and allows the `update` flag to be set individually.
Key changes:
- `genkw.name` now refers to the parameter name.
- A new `group_name` attribute holds the group; for fields and surfaces
this currently matches `name`.
- All GenKW parameters are stored in `ens/SCALARS.parquet`:
- rows = realizations
- columns = parameters
- mandatory `realization` column.
- Introduced `ParameterCardinality` to clarify how parameters map to
storage:
- `one_param_config_per_ensemble_dataset`: one config per param,
one dataset per ensemble.
- `multiple_configs_per_ensemble_dataset`: one config per group,
one dataset per ensemble.
- `one_param_config_per_realization_dataset`: one config per group,
one dataset per realization.
- Removed `transform_function_definitions`; GenKW now only supports a
single distribution.
- Simplified merging of GenKW with design_matrix: overlapping parameters
default to using `design_matrix` as `input_source`.
Includes storage migration to version 13.
xjules
approved these changes
Sep 23, 2025
5c618f2 to
fe887b2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixup webviz ert