Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Merge the concept of parameter groups #133

@pinkwah

Description

@pinkwah

ERT 2 has a concept of parameter groups, and parameters. The user specifies parameters in a file, such as COEFF_A UNIFORM 0 1. Then, they use the GEN_KW keyword to specify a parameter group, and give it a name. The "flattened" name of the parameter is COEFFS:COEFF_A if the group name is COEFFS. Different parameter groups can be sampled from the same parameter file.

ERT 3 has a similar concept, but calls the contents in the file "parameter variables". The record name corresponds to parameter group as above. Thus, a parameter coefficients has variables a, b, c, and when sampled is put into a record name uniform_coefficients. Thus, by ERT 2's scheme, we would flatten it into uniform_coefficients:a, uniform_coefficients:b, uniform_coefficients:c.

Since we probably want to use ERT 3's model, ERT 2 should combine parameters into parameter groups. Ie, it should send COEFFS, with the columns COEFF_A, COEFF_B, COEFF_C.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions