rompy.schism.namelists.sediment.Sed_core#

pydantic model rompy.schism.namelists.sediment.Sed_core[source]#

Show JSON schema
{
   "title": "Sed_core",
   "type": "object",
   "properties": {
      "sd50": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            "0.12d0",
            "0.18d0",
            "0.39d0",
            "0.60d0",
            "1.2d0"
         ],
         "description": "Median sediment grain diameter (D50) for each sediment tracer, specified in millimeters. This is a list of values corresponding to the number of sediment tracers (Ntracers).",
         "title": "Sd50"
      },
      "erate": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            "1.6d-3",
            "1.6d-3",
            "1.6d-3",
            "1.6d-3",
            "1.6d-3"
         ],
         "description": "Surface erosion rate for each sediment tracer. The interpretation and units depend on the 'ierosion' parameter. If ierosion=0, the units are kg/m\u00b2/s. If ierosion=1, the units are s/m (as per M_E in Winterwerp et al. 2012, JGR, vol 117).",
         "title": "Erate"
      }
   },
   "additionalProperties": false
}

Fields:
Validators:
field erate: list | None = ['1.6d-3', '1.6d-3', '1.6d-3', '1.6d-3', '1.6d-3']#

Surface erosion rate for each sediment tracer. The interpretation and units depend on the ‘ierosion’ parameter. If ierosion=0, the units are kg/m²/s. If ierosion=1, the units are s/m (as per M_E in Winterwerp et al. 2012, JGR, vol 117).

Validated by:
field sd50: list | None = ['0.12d0', '0.18d0', '0.39d0', '0.60d0', '1.2d0']#

Median sediment grain diameter (D50) for each sediment tracer, specified in millimeters. This is a list of values corresponding to the number of sediment tracers (Ntracers).

Validated by:
validator validate_erate  »  erate[source]#
validator validate_erate_length  »  all fields[source]#
validator validate_sd50  »  sd50[source]#