run_options
ModelRunOptions
Bases: BaseModel, Generic[StateT]
Base run-time options shared by all model types.
ModelSoilRunOptions
Bases: ModelRunOptions[StateSoil]
Run-time options for the soil model, extending ModelRunOptions with soil-drying support.
ModelAirRunOptions
Bases: ModelRunOptions[StateAir]
Run-time options for the air model; no additional options beyond the base class.