rompy.schism.namelists.icm.Ero#
- pydantic model rompy.schism.namelists.icm.Ero[source]#
Show JSON schema
{ "title": "Ero", "type": "object", "properties": { "ierosion": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 0, "description": "Determines the type of benthic erosion flux to be modeled. 0: No erosion, 1: H2S flux, 2: POC (Particulate Organic Carbon) flux, 3: H2S flux (alternative method).", "title": "Ierosion" } }, "additionalProperties": false }
- Fields:
- Validators:
- field ierosion: int | None = 0#
Determines the type of benthic erosion flux to be modeled. 0: No erosion, 1: H2S flux, 2: POC (Particulate Organic Carbon) flux, 3: H2S flux (alternative method).
- Validated by:
__lowercase_property_keys__