rompy.swan.subcomponents.physics.ST6C2#
- pydantic model rompy.swan.subcomponents.physics.ST6C2[source]#
Second ST6 calibration in the SWAN user manual.
ST6 4.7e-7 6.6e-6 4.0 4.0 UP FAN VECTAU U10PROXY 28.0 AGROW
Examples
In [62]: from rompy.swan.subcomponents.physics import ST6C2 In [63]: st6 = ST6C2() In [64]: print(st6.render()) ST6 a1sds=4.7e-07 a2sds=6.6e-06 p1sds=4.0 p2sds=4.0 UP FAN VECTAU U10PROXY windscaling=28.0 AGROW
TODO: Ensure validator is reused here so fan and debias are not used together.
- Fields:
- Validators:
- field a: float | None = None#
Proportionality coefficient when activating the Cavaleri and Malanotte (1981) wave growth term (SWAN default: 0.0015)
- Validated by:
- field a1sds: Literal[4.7e-07] = 4.7e-07#
- Validated by:
- field a2sds: Literal[6.6e-06] = 6.6e-06#
- Validated by:
- field agrow: Literal[True] = True#
- Validated by:
- field cdfac: float | None = None#
Counter bias in the input wind fields by providing a multiplier on the drag coefficient
- Constraints:
gt = 0.0
- Validated by:
- field model_type: Literal['st6c2'] = 'st6c2'#
- Validated by:
- field normalization: Literal['up', 'down'] = 'up'#
Selection of normalization of exceedance level by ET(f) (up) or E(f) (down) as in RBW12 (right column, page 1333), up is default and strongly recommended
- Validated by:
- field p1sds: Literal[4.0] = 4.0#
- Validated by:
- field p2sds: Literal[4.0] = 4.0#
- Validated by:
- field tau: Literal['vectau', 'scatau'] = 'vectau'#
Use vector (vectau) or scalar (scatau) calculation for the wind strerss (Eq. 12 in RBW12), vectau is the default and strongly recommended
- Validated by:
- field u10: Literal['u10proxy', 'true10'] = 'u10proxy'#
Wind velocity definition
- Validated by:
- field wind_drag: Literal['fan'] = 'fan'#
- Validated by:
- field windscaling: Literal[28.0] = 28.0#
- Validated by: