National Transmission Planning Study - Long-Term Modeling Results
Department of Energy
@usgov.doe_gov_national_transmission_planning_study_long_term_a96de4b1
Department of Energy
@usgov.doe_gov_national_transmission_planning_study_long_term_a96de4b1
The National Transmission Planning Study (NTP Study) analyzed the transformation needed to ensure the U.S. transmission system continues to reliably meet electricity demand as the power sector evolves. The study linked several long- and short-term power systems models to test numerous interregional and regional transmission buildout scenarios. The results included in this dataset are from the long-term capacity expansion modeling, completed with NREL's ReEDS model. This includes nearly 100 future transmission scenarios with a wide range of economic, reliability, and resilience conditions. The dataset includes all the results visualized in the Tableau Public site, as linked below.
Organization: Department of Energy
Last updated: 2024-10-05T05:23:14.864507
Tags: capacity, capacity-expansion, computational-science, demand, energy, expansion, grid, long-term, model, ntp, planning, power, reeds, regional-energy-deployment-system, scenarios, transmission, u-s
CREATE TABLE annual_end_use_electricity_demand (
"metric" VARCHAR,
"scenario" VARCHAR,
"year" BIGINT,
"spatial_resolution" VARCHAR,
"region" VARCHAR,
"value" DOUBLE
);CREATE TABLE capacity (
"metric" VARCHAR,
"scenario" VARCHAR,
"year" BIGINT,
"spatial_resolution" VARCHAR,
"region" VARCHAR,
"technology" VARCHAR,
"value" DOUBLE
);CREATE TABLE emissions (
"metric" VARCHAR,
"scenario" VARCHAR,
"year" BIGINT,
"spatial_resolution" VARCHAR,
"region" VARCHAR,
"pollutant" VARCHAR,
"value" DOUBLE
);CREATE TABLE generation (
"metric" VARCHAR,
"scenario" VARCHAR,
"year" BIGINT,
"spatial_resolution" VARCHAR,
"region" VARCHAR,
"technology" VARCHAR,
"value" DOUBLE
);CREATE TABLE interregional_transmission (
"metric" VARCHAR,
"scenario" VARCHAR,
"spatial_resolution" VARCHAR,
"region" VARCHAR,
"transmission_type" VARCHAR,
"year" BIGINT,
"measure" VARCHAR,
"value" DOUBLE
);CREATE TABLE national_net_present_value (
"metric" VARCHAR,
"scenario" VARCHAR,
"spatial_resolution" VARCHAR,
"region" VARCHAR,
"value" BIGINT
);CREATE TABLE peak_coincident_end_use_electricity_demand (
"metric" VARCHAR,
"scenario" VARCHAR,
"year" BIGINT,
"spatial_resolution" VARCHAR,
"region" VARCHAR,
"value" DOUBLE
);CREATE TABLE total_transmission (
"metric" VARCHAR,
"scenario" VARCHAR,
"spatial_resolution" VARCHAR,
"region" VARCHAR,
"transmission_type" VARCHAR,
"year" BIGINT,
"measure" VARCHAR,
"value" DOUBLE
);CREATE TABLE transmission_map (
"metric" VARCHAR,
"scenario" VARCHAR,
"spatial_resolution" VARCHAR,
"transmission_type" VARCHAR,
"region_begin" VARCHAR,
"region_end" VARCHAR,
"region" VARCHAR,
"transmission_planning_subregion_end" VARCHAR,
"value" DOUBLE,
"year" BIGINT,
"measure" VARCHAR
);Anyone who has the link will be able to view this.