rompy.schism.namelists.cosine.Misc#

pydantic model rompy.schism.namelists.cosine.Misc[source]#

Show JSON schema
{
   "title": "Misc",
   "type": "object",
   "properties": {
      "iws": {
         "anyOf": [
            {
               "type": "integer"
            },
            {
               "type": "null"
            }
         ],
         "default": 0,
         "description": "Flag to enable or disable diatom sinking velocity dependence on NO3 concentration",
         "title": "Iws"
      },
      "no3c": {
         "anyOf": [
            {
               "type": "number"
            },
            {
               "type": "null"
            }
         ],
         "default": 2.0,
         "description": "Critical NO3 concentration (mmol/m3) for diatom sinking velocity calculation",
         "title": "No3C"
      },
      "ws1": {
         "anyOf": [
            {
               "type": "number"
            },
            {
               "type": "null"
            }
         ],
         "default": 2.5,
         "description": "Diatom sinking velocity (m/day) when NO3 concentration is below no3c",
         "title": "Ws1"
      },
      "ws2": {
         "anyOf": [
            {
               "type": "number"
            },
            {
               "type": "null"
            }
         ],
         "default": 2.0,
         "description": "Diatom sinking velocity (m/day) when NO3 concentration is above no3c",
         "title": "Ws2"
      },
      "iclam": {
         "anyOf": [
            {
               "type": "integer"
            },
            {
               "type": "null"
            }
         ],
         "default": 0,
         "description": "Flag to enable or disable clam grazing model",
         "title": "Iclam"
      },
      "deltaz": {
         "anyOf": [
            {
               "type": "integer"
            },
            {
               "type": "null"
            }
         ],
         "default": 1,
         "description": "Vertical grid size (meter) for clam grazing model",
         "title": "Deltaz"
      },
      "kcex": {
         "anyOf": [
            {
               "type": "number"
            },
            {
               "type": "null"
            }
         ],
         "default": 0.002,
         "description": "Clam excretion rate (day^-1)",
         "title": "Kcex"
      },
      "nperclam": {
         "anyOf": [
            {
               "type": "number"
            },
            {
               "type": "null"
            }
         ],
         "default": 0.39032,
         "description": "Nitrogen content per clam (mmol[N])",
         "title": "Nperclam"
      },
      "wclam": {
         "anyOf": [
            {
               "type": "number"
            },
            {
               "type": "null"
            }
         ],
         "default": 0.00545,
         "description": "Clam weight (g)",
         "title": "Wclam"
      },
      "fclam": {
         "anyOf": [
            {
               "type": "integer"
            },
            {
               "type": "null"
            }
         ],
         "default": 40,
         "description": "Clam filtration rate (L.g[AFDW]^-1.day^-1)",
         "title": "Fclam"
      },
      "nclam0": {
         "anyOf": [
            {
               "type": "integer"
            },
            {
               "type": "null"
            }
         ],
         "default": 2000,
         "description": "Initial number of clams",
         "title": "Nclam0"
      },
      "fs2": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            0.1,
            0.1,
            0.8
         ],
         "description": "Partitioning coefficients for S2 from water column into sediment (3 values)",
         "title": "Fs2"
      },
      "rks2": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            0.004,
            0.0001,
            0.0
         ],
         "description": "Changing rates of remineralization for sediment S2 (3 values, day^-1)",
         "title": "Rks2"
      },
      "mks2": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            0.1,
            0.01,
            0.0
         ],
         "description": "Maximum remineralization rates for sediment S2 (3 values, day^-1)",
         "title": "Mks2"
      },
      "fdn": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            0.15,
            0.1,
            0.75
         ],
         "description": "Partitioning coefficients for DN from water column into sediment (3 values)",
         "title": "Fdn"
      },
      "rkdn": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            0.004,
            0.0001,
            0.0
         ],
         "description": "Changing rates of remineralization for sediment DN (3 values, day^-1)",
         "title": "Rkdn"
      },
      "mkdn": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            0.1,
            0.01,
            0.0
         ],
         "description": "Maximum remineralization rates for sediment DN (3 values, day^-1)",
         "title": "Mkdn"
      },
      "fdsi": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            0.3,
            0.3,
            0.4
         ],
         "description": "Partitioning coefficients for DSi from water column into sediment (3 values)",
         "title": "Fdsi"
      },
      "rkdsi": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            0.004,
            0.0001,
            0.0
         ],
         "description": "Changing rates of remineralization for sediment DSi (3 values, day^-1)",
         "title": "Rkdsi"
      },
      "mkdsi": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            0.1,
            0.01,
            0.0
         ],
         "description": "Maximum remineralization rates for sediment DSi (3 values, day^-1)",
         "title": "Mkdsi"
      }
   },
   "additionalProperties": false
}

Fields:
Validators:
field deltaz: int | None = 1#

Vertical grid size (meter) for clam grazing model

Validated by:
field fclam: int | None = 40#

Clam filtration rate (L.g[AFDW]^-1.day^-1)

Validated by:
field fdn: list | None = [0.15, 0.1, 0.75]#

Partitioning coefficients for DN from water column into sediment (3 values)

Validated by:
field fdsi: list | None = [0.3, 0.3, 0.4]#

Partitioning coefficients for DSi from water column into sediment (3 values)

Validated by:
field fs2: list | None = [0.1, 0.1, 0.8]#

Partitioning coefficients for S2 from water column into sediment (3 values)

Validated by:
field iclam: int | None = 0#

Flag to enable or disable clam grazing model

Validated by:
field iws: int | None = 0#

Flag to enable or disable diatom sinking velocity dependence on NO3 concentration

Validated by:
field kcex: float | None = 0.002#

Clam excretion rate (day^-1)

Validated by:
field mkdn: list | None = [0.1, 0.01, 0.0]#

Maximum remineralization rates for sediment DN (3 values, day^-1)

Validated by:
field mkdsi: list | None = [0.1, 0.01, 0.0]#

Maximum remineralization rates for sediment DSi (3 values, day^-1)

Validated by:
field mks2: list | None = [0.1, 0.01, 0.0]#

Maximum remineralization rates for sediment S2 (3 values, day^-1)

Validated by:
field nclam0: int | None = 2000#

Initial number of clams

Validated by:
field no3c: float | None = 2.0#

Critical NO3 concentration (mmol/m3) for diatom sinking velocity calculation

Validated by:
field nperclam: float | None = 0.39032#

Nitrogen content per clam (mmol[N])

Validated by:
field rkdn: list | None = [0.004, 0.0001, 0.0]#

Changing rates of remineralization for sediment DN (3 values, day^-1)

Validated by:
field rkdsi: list | None = [0.004, 0.0001, 0.0]#

Changing rates of remineralization for sediment DSi (3 values, day^-1)

Validated by:
field rks2: list | None = [0.004, 0.0001, 0.0]#

Changing rates of remineralization for sediment S2 (3 values, day^-1)

Validated by:
field wclam: float | None = 0.00545#

Clam weight (g)

Validated by:
field ws1: float | None = 2.5#

Diatom sinking velocity (m/day) when NO3 concentration is below no3c

Validated by:
field ws2: float | None = 2.0#

Diatom sinking velocity (m/day) when NO3 concentration is above no3c

Validated by:
validator validate_deltaz  »  deltaz[source]#
validator validate_fclam  »  fclam[source]#
validator validate_fdn  »  fdn[source]#
validator validate_fdsi  »  fdsi[source]#
validator validate_fs2  »  fs2[source]#
validator validate_iclam  »  iclam[source]#
validator validate_iws  »  iws[source]#
validator validate_kcex  »  kcex[source]#
validator validate_mkdn  »  mkdn[source]#
validator validate_mkdsi  »  mkdsi[source]#
validator validate_mks2  »  mks2[source]#
validator validate_nclam0  »  nclam0[source]#
validator validate_no3c  »  no3c[source]#
validator validate_nperclam  »  nperclam[source]#
validator validate_rkdn  »  rkdn[source]#
validator validate_rkdsi  »  rkdsi[source]#
validator validate_rks2  »  rks2[source]#
validator validate_wclam  »  wclam[source]#
validator validate_ws1  »  ws1[source]#
validator validate_ws2  »  ws2[source]#