SEA TRANSIT Go/No-Go decision from wave(ft), wind(kt), and limits. Use when evaluating marine weather, "weather window", Hs/Hmax, squall buffer. Part of integrated pipeline step 4.
files/out/weather_parsed/YYYYMMDD/weather_for_weather_py.json when available| Item | Content |
|---|---|
| Input | Wave Height (ft, combined sea+swell), Wind Speed (kt). Optional: Wave Period (s) |
| Assumption | Chart "combined sea+swell(ft)" ≈ Hs (significant wave height) |
| Output | `Decision: GO |
Hs_limit_m: Max allowed Hs (m)Wind_limit_kt: Max allowed wind (kt)SailingTime_hr, Reserve_hr: Voyage + reserve for continuous windowΔHs_squall_m, ΔGust_kt: Squall bufferIf not provided: ask user for Hs_limit_m (or Hmax_allow_m), Wind_limit_kt, SailingTime_hr+Reserve_hr.
Hs_m(t) = wave_ft(t) × 0.3048Hs_m ≤ Hs_limit_m AND Wind_kt ≤ Wind_limit_kt, else NO-GO(t)Hs_eff = Hs_m + ΔHs_squall_m, Wind_eff = Wind_kt + ΔGust_kt → evaluate with eff values.Hmax_est = 1.86 × Hs_eff → NO-GO(t) if Hmax_est > Hmax_allow_mNeedWindow_hr = SailingTime_hr + Reserve_hr| Option | Logic |
|---|---|
| A | Gate-A + Gate-C |
| B (recommended) | Gate-A + Gate-B + Gate-C |
| C | B + Hmax_est Gate |
agentskillguide/DASHBOARD_OUTPUT_SCHEMA.md.Decision: GO | NO-GO | CONDITIONAL, ReasonCodes: [WX_WAVE, WX_WIND, ...]