rompy.schism.namelists.icm.Silica#

pydantic model rompy.schism.namelists.icm.Silica[source]#

Show JSON schema
{
   "title": "Silica",
   "type": "object",
   "properties": {
      "fsp": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            0.9,
            0.1
         ],
         "description": "fractions of diatom silica into (SU,SA)",
         "title": "Fsp"
      },
      "fsm": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            0.5,
            0.5
         ],
         "description": "fractions of diatom metabolism Si into (SU,SA)",
         "title": "Fsm"
      },
      "ks": {
         "anyOf": [
            {
               "type": "number"
            },
            {
               "type": "null"
            }
         ],
         "default": 0.03,
         "description": "dissolution rate of SU at TRS (day-1)",
         "title": "Ks"
      },
      "trs": {
         "anyOf": [
            {
               "type": "number"
            },
            {
               "type": "null"
            }
         ],
         "default": 20.0,
         "description": "reference temp. for SU dissolution (oC)",
         "title": "Trs"
      },
      "ktrs": {
         "anyOf": [
            {
               "type": "number"
            },
            {
               "type": "null"
            }
         ],
         "default": 0.092,
         "description": "temp. dependence for SU dissolution (oC-1)",
         "title": "Ktrs"
      },
      "khs": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            0.05,
            0.0,
            0.0
         ],
         "description": "silica half saturation (mg/L); (0.0: no Si limitation)",
         "title": "Khs"
      },
      "s2c": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            0.5,
            0.0,
            0.0
         ],
         "description": "silica to carbon ratio for phytolankton; (0.0: no Si uptake)",
         "title": "S2C"
      },
      "ksap": {
         "anyOf": [
            {
               "type": "number"
            },
            {
               "type": "null"
            }
         ],
         "default": 0.0,
         "description": "coefficient relating Silicate(SA) sorption to TSS",
         "title": "Ksap"
      }
   },
   "additionalProperties": false
}

Fields:
Validators:

field fsm: list | None = [0.5, 0.5]#

fractions of diatom metabolism Si into (SU,SA)

Validated by:
  • __lowercase_property_keys__

field fsp: list | None = [0.9, 0.1]#

fractions of diatom silica into (SU,SA)

Validated by:
  • __lowercase_property_keys__

field khs: list | None = [0.05, 0.0, 0.0]#

silica half saturation (mg/L); (0.0: no Si limitation)

Validated by:
  • __lowercase_property_keys__

field ks: float | None = 0.03#

dissolution rate of SU at TRS (day-1)

Validated by:
  • __lowercase_property_keys__

field ksap: float | None = 0.0#

coefficient relating Silicate(SA) sorption to TSS

Validated by:
  • __lowercase_property_keys__

field ktrs: float | None = 0.092#

temp. dependence for SU dissolution (oC-1)

Validated by:
  • __lowercase_property_keys__

field s2c: list | None = [0.5, 0.0, 0.0]#

silica to carbon ratio for phytolankton; (0.0: no Si uptake)

Validated by:
  • __lowercase_property_keys__

field trs: float | None = 20.0#

reference temp. for SU dissolution (oC)

Validated by:
  • __lowercase_property_keys__