Extreme Significant Wave Heights For US Coastal Waters
Department of Energy
@usgov.doe_gov_extreme_significant_wave_heights_for_us_coasta_71b815b5
Department of Energy
@usgov.doe_gov_extreme_significant_wave_heights_for_us_coasta_71b815b5
Includes extreme significant wave heights, in meters, computed using peaks over threshold method on NOAA 30-year WWIII hindcast data. Extreme values for 5, 10, 25, 50, and 100 year return periods were computed. Sites cover US coastlines.
Column 1: Site identifier/name
Column 2: Site latitude
Column 3: Site longitude
Column 4: 5-year extreme Hs, in meters
Column 5: 10-year extreme Hs, in meters
Column 6: 25-year extreme Hs, in meters
Column 7: 50-year extreme Hs, in meters
Column 8: 100-year extreme Hs, in meters
Organization: Department of Energy
Last updated: 2025-01-11T23:28:16.064460
Tags: characterization, energy, evaluation, extreme, height, hindcast, hydrokinetic, marine, marine-energy-resource-assessment-and-characterization, mhk, noaa, ocean, power, resource, seas, united-states, us, waters, wave
CREATE TABLE extreme_hs_30_yr_wwiii_hindcast (
"identifier" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"hs_5" VARCHAR -- Hs(5),
"hs_10" VARCHAR -- Hs(10),
"hs_25" VARCHAR -- Hs(25),
"hs_50" VARCHAR -- Hs(50),
"hs_100" VARCHAR -- Hs(100)
);Anyone who has the link will be able to view this.