Model¶
- pydantic model Model[source]¶
The
fmu.model
block contains information about the model used.Note
Synonyms for “model” in this context are “template”, “setup”, etc. The term “model” is ultra-generic but was chosen before e.g. “template” as the latter deviates from daily communications and is, if possible, even more generic than “model”.
- field description: Optional[List[str]] = None¶
This is a free text description of the model setup
- field name: str [Required]¶
The name of the model.
- field revision: str [Required]¶
The revision of the model.