United States Land-based Wind Supply Curves 2023
Department of Energy
@usgov.doe_gov_united_states_land_based_wind_supply_curves_2023
Department of Energy
@usgov.doe_gov_united_states_land_based_wind_supply_curves_2023
This data packet contains supply curves, hourly generation profiles, and a composite siting exclusion TIFF for land-based wind across 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 (~60,000 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 wind installations are permissible based on various siting assumptions. This data packet contains information for the Reference and Limited siting scenarios. The turbine parameters used were a hub-height of 115 meters and a rotor diameter of 170 meters, as obtained from the Annual Technology Baseline (ATB) 2022.
For further details and citation, please refer to the publication linked below: Lopez, Anthony, Pavlo Pinchuk, Michael Gleason, Wesley Cole, Trieu Mai, Travis Williams, Owen Roberts, Marie Rivers, Mike Bannister, Sophie-Min Thomson, Gabe Zuckerman, and Brian Sergi. 2024. Solar Photovoltaics and Land-Based Wind Technical Potential and Supply Curves for the Contiguous United States: 2023 Edition. Golden, CO: National Renewable Energy Laboratory. NREL/TP-6A20-87843.
Organization: Department of Energy
Last updated: 2024-08-15T23:53:52.810944
Tags: 2023, capacity, cost-of-energy, cost-of-transmission, energy-analysis, generation, hourly-generation, land-based-wind, power-profiles, rev, siting, siting-lab, sitinglab, supply-curve, supply-curves, wind-power
CREATE TABLE open_access_2030_moderate_115hh_170rd_supply_curve (
"area_sq_km" DOUBLE,
"capacity_mw" BIGINT,
"country" VARCHAR,
"county" VARCHAR,
"dist_km" DOUBLE,
"elevation" DOUBLE,
"latitude" DOUBLE,
"lcot" DOUBLE,
"longitude" DOUBLE,
"mean_cf" DOUBLE,
"mean_lcoe" DOUBLE,
"n_turbines" BIGINT,
"reinforcement_cost_per_mw" DOUBLE,
"reinforcement_dist_km" DOUBLE,
"state" VARCHAR,
"timezone" BIGINT,
"total_lcoe" DOUBLE,
"trans_cap_cost_per_mw" DOUBLE,
"reg_mult" DOUBLE,
"turbine_capacity" BIGINT,
"sc_point_gid" BIGINT,
"hub_height" BIGINT
);CREATE TABLE reference_access_2030_moderate_115hh_170rd_supply_curve (
"area_sq_km" DOUBLE,
"capacity_mw" BIGINT,
"cnty_fips" BIGINT,
"country" VARCHAR,
"county" VARCHAR,
"dist_km" DOUBLE,
"elevation" DOUBLE,
"latitude" DOUBLE,
"lcot" DOUBLE,
"longitude" DOUBLE,
"mean_cf" DOUBLE,
"mean_lcoe" DOUBLE,
"n_turbines" BIGINT,
"reinforcement_cost_per_mw" DOUBLE,
"reinforcement_dist_km" DOUBLE,
"state" VARCHAR,
"timezone" BIGINT,
"total_lcoe" DOUBLE,
"trans_cap_cost_per_mw" DOUBLE,
"reg_mult" DOUBLE,
"turbine_capacity" BIGINT,
"sc_point_gid" BIGINT,
"hub_height" BIGINT,
"windspeed_m_per_s" DOUBLE
);Anyone who has the link will be able to view this.