FMU¶
The |
|
The |
|
The |
|
The |
|
The |
|
The |
|
The |
|
The |
- pydantic model FMU[source]¶
The
fmu
block contains all attributes specific to FMU. The idea is that the FMU results data model can be applied to data from other sources - in which the fmu-specific stuff may not make sense or be applicable.- Fields:
- field case: Case [Required]¶
The
fmu.case
block contains information about the case from which this data object was exported. SeeCase
.
- field model: Model [Required]¶
The
fmu.model
block contains information about the model used. SeeModel
.
- field context: Context [Required]¶
The
fmu.context
block contains the FMU context in which this data object was produced. SeeContext
.
- field iteration: Optional[Iteration] = None¶
The
fmu.iteration
block contains information about the iteration this data object belongs to. SeeIteration
.
- field workflow: Optional[Workflow] = None¶
The
fmu.workflow
block refers to specific subworkflows within the large FMU workflow being ran. SeeWorkflow
.
- field aggregation: Optional[Aggregation] = None¶
The
fmu.aggregation
block contains information about an aggregation performed over an ensemble. SeeAggregation
.
- field realization: Optional[Realization] = None¶
The
fmu.realization
block contains information about the realization this data object belongs to. SeeRealization
.