Baselight

United States Offshore Wind Supply Curves 2024

Department of Energy

@usgov.doe_gov_offshore_wind_composite_siting_exclusions_scenarios

Loading...
Loading...

About this Dataset

United States Offshore Wind Supply Curves 2024

This data packet contains supply curves, hourly generation profiles, and composite siting exclusion TIFFs for offshore wind (OSW) in the waters of the EEZ off the contiguous United States. The supply curves offer comprehensive metrics such as capacity (MW), generation (MWh), levelized cost of energy (LCOE), levelized cost of transmission (LCOT), and more for each reV site (4,200+ sites). Hourly generation profiles are available for each reV site and can be matched to the available capacity in the supply curve (refer to the Jupyter Notebook). The composite exclusion TIFF is a single file that delineates areas where OSW development is permissible based on various siting assumptions. This data packet contains information for the Open, Reference, and Limited siting scenarios.

The "Open" scenario only excludes areas with known preclusions for offshore wind deployment, such as known legal or administrative restrictions (e.g., Marine Protected Areas), existing infrastructure, and technical constraints (e.g., 1,300 m bathymetry limit). The "Reference" scenario excludes all areas from the "Open" scenario, as well as additional best management practices such as known proposed protected areas, and state waters. The "Limited" scenario excludes all area from the "Reference" scenario. Additionally, it has more stringent siting criteria such as larger setbacks from shore and infrastructure, as well as shallower depth limits on floating technology.

For further details and citation, please refer to the publication linked below: Zuckerman, Gabriel R., Anthony Lopez, Travis Williams, Rebecca Green, and Grant Buster. 2023. Impacts of Siting Considerations on Offshore Wind Technical Potential in the United States. Golden, CO: National Renewable Energy Laboratory. NREL/TP-6A20- 85088.
Organization: Department of Energy
Last updated: 2024-10-16T06:24:32.961838
Tags: composite, data, energy, environmental-contraints, exclusion, exclusions, offshore, offshore-wind, osw, png, power, power-profiles, regulation, regulatory-constraints, restrictions, siting, siting-lab, sitinglab, supply-curves, tif, turbine, wind, wind-energy, wind-power

Tables

Limited Scenario Supply Curve

@usgov.doe_gov_offshore_wind_composite_siting_exclusions_scenarios.limited_scenario_supply_curve
  • 619.62 KB
  • 3312 rows
  • 27 columns
Loading...

CREATE TABLE limited_scenario_supply_curve (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "sc_point_gid" BIGINT,
  "sc_gid" BIGINT,
  "resource" DOUBLE,
  "area_developable_sq_km" DOUBLE,
  "capacity_ac_mw" DOUBLE,
  "mean_depth" DOUBLE,
  "mean_dist_p_to_s" DOUBLE,
  "mean_wake_losses_means" DOUBLE,
  "dist_to_coast_offshore" DOUBLE,
  "dist_spur_km" DOUBLE,
  "dist_export_km" DOUBLE,
  "dist_reinforcement_km" DOUBLE,
  "cost_spur_usd_per_mw" DOUBLE,
  "cost_poi_usd_per_mw" BIGINT,
  "cost_export_usd_per_mw" DOUBLE,
  "cost_reinforcement_usd_per_mw" DOUBLE,
  "cost_total_trans_usd_per_mw" DOUBLE,
  "lcot_usd_per_mwh" DOUBLE,
  "offtake_state" VARCHAR,
  "cost_occ_2035_usd_per_mw" DOUBLE,
  "cost_opex_2035_usd_per_mw" DOUBLE,
  "ncf_2035" DOUBLE,
  "technology" VARCHAR,
  "site_lcoe_usd_per_mwh_2035" DOUBLE,
  "all_in_lcoe_2035" DOUBLE
);

Open Scenario Supply Curve

@usgov.doe_gov_offshore_wind_composite_siting_exclusions_scenarios.open_scenario_supply_curve
  • 864.93 KB
  • 4643 rows
  • 27 columns
Loading...

CREATE TABLE open_scenario_supply_curve (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "sc_point_gid" BIGINT,
  "sc_gid" BIGINT,
  "resource" DOUBLE,
  "area_developable_sq_km" DOUBLE,
  "capacity_ac_mw" DOUBLE,
  "mean_depth" DOUBLE,
  "mean_dist_p_to_s" DOUBLE,
  "mean_wake_losses_means" DOUBLE,
  "dist_to_coast_offshore" DOUBLE,
  "dist_spur_km" DOUBLE,
  "dist_export_km" DOUBLE,
  "dist_reinforcement_km" DOUBLE,
  "cost_spur_usd_per_mw" DOUBLE,
  "cost_poi_usd_per_mw" BIGINT,
  "cost_export_usd_per_mw" DOUBLE,
  "cost_reinforcement_usd_per_mw" DOUBLE,
  "cost_total_trans_usd_per_mw" DOUBLE,
  "lcot_usd_per_mwh" DOUBLE,
  "offtake_state" VARCHAR,
  "cost_occ_2035_usd_per_mw" DOUBLE,
  "cost_opex_2035_usd_per_mw" DOUBLE,
  "ncf_2035" DOUBLE,
  "technology" VARCHAR,
  "site_lcoe_usd_per_mwh_2035" DOUBLE,
  "all_in_lcoe_2035" DOUBLE
);

Reference Scenario Supply Curve

@usgov.doe_gov_offshore_wind_composite_siting_exclusions_scenarios.reference_scenario_supply_curve
  • 792.47 KB
  • 4223 rows
  • 27 columns
Loading...

CREATE TABLE reference_scenario_supply_curve (
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "sc_point_gid" BIGINT,
  "sc_gid" BIGINT,
  "resource" DOUBLE,
  "area_developable_sq_km" DOUBLE,
  "capacity_ac_mw" DOUBLE,
  "mean_depth" DOUBLE,
  "mean_dist_p_to_s" DOUBLE,
  "mean_wake_losses_means" DOUBLE,
  "dist_to_coast_offshore" DOUBLE,
  "dist_spur_km" DOUBLE,
  "dist_export_km" DOUBLE,
  "dist_reinforcement_km" DOUBLE,
  "cost_spur_usd_per_mw" DOUBLE,
  "cost_poi_usd_per_mw" BIGINT,
  "cost_export_usd_per_mw" DOUBLE,
  "cost_reinforcement_usd_per_mw" DOUBLE,
  "cost_total_trans_usd_per_mw" DOUBLE,
  "lcot_usd_per_mwh" DOUBLE,
  "offtake_state" VARCHAR,
  "cost_occ_2035_usd_per_mw" DOUBLE,
  "cost_opex_2035_usd_per_mw" DOUBLE,
  "ncf_2035" DOUBLE,
  "technology" VARCHAR,
  "site_lcoe_usd_per_mwh_2035" DOUBLE,
  "all_in_lcoe_2035" DOUBLE
);

Share link

Anyone who has the link will be able to view this.