FMUBase

Case

The fmu.case block contains information about the case from which this data object was exported.

Model

The fmu.model block contains information about the model used.

pydantic model FMUBase[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. See Case.

field model: Model [Required]

The fmu.model block contains information about the model used. See Model.