FMU¶
The |
|
The |
|
The |
|
The |
|
The |
|
The |
|
The |
|
The |
- pydantic model FMU[source]¶
The
fmublock 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.caseblock contains information about the case from which this data object was exported. SeeCase.
- field model: Model [Required]¶
The
fmu.modelblock contains information about the model used. SeeModel.
- field context: Context [Required]¶
The
fmu.contextblock contains the FMU context in which this data object was produced. SeeContext.
- field iteration: Optional[Iteration] = None¶
The
fmu.iterationblock contains information about the iteration this data object belongs to. SeeIteration.
- field workflow: Optional[Workflow] = None¶
The
fmu.workflowblock refers to specific subworkflows within the large FMU workflow being ran. SeeWorkflow.
- field aggregation: Optional[Aggregation] = None¶
The
fmu.aggregationblock contains information about an aggregation performed over an ensemble. SeeAggregation.
- field realization: Optional[Realization] = None¶
The
fmu.realizationblock contains information about the realization this data object belongs to. SeeRealization.