rompy.schism.namelists.icm.Stem#
- pydantic model rompy.schism.namelists.icm.Stem[source]#
Show JSON schema
{ "title": "Stem", "type": "object", "properties": { "sn2c": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": 0.09, "description": "Nitrogen to carbon ratio of submerged aquatic vegetation (SAV)", "title": "Sn2C" }, "sp2c": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": 0.01, "description": "Phosphorus to carbon ratio", "title": "Sp2C" }, "so2c": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": 2.67, "description": "Oxygen to carbon ratio", "title": "So2C" } }, "additionalProperties": false }
- Fields:
- Validators:
- field sn2c: float | None = 0.09#
Nitrogen to carbon ratio of submerged aquatic vegetation (SAV)
- Validated by:
__lowercase_property_keys__
- field so2c: float | None = 2.67#
Oxygen to carbon ratio
- Validated by:
__lowercase_property_keys__
- field sp2c: float | None = 0.01#
Phosphorus to carbon ratio
- Validated by:
__lowercase_property_keys__