equinor / fmu-dataio

FMU data standard and data export with rich metadata in the FMU context
https://fmu-dataio.readthedocs.io/en/latest/
Apache License 2.0
10 stars 15 forks source link

standardize FMU contexts #293

Open perolavsvendsen opened 1 year ago

perolavsvendsen commented 1 year ago

fmu.context.stage is (will be) included in the schema definition.

However, this requires some discussion and agreement of the contexts. Current proposal is based on the assumed hierarchy of case/iteration/realization.

Tabulated: fmu.case fmu.iteration fmu.realization fmu.context.stage Example
"case" Observation data produced by a pre-process
"iteration" Aggregated data across an iteration
"realization" A data object produced within a realization

Note that this has at least two issues:

Specific operation-tags exists, and more could exist. Current example is fmu.aggregation which carries information specifically related to aggregations.

perolavsvendsen commented 1 year ago

Could also imagine the fmu.context.stage to reflect the part of a realization (be more granular), e.g. "structural_model" or "flow_simulation"