Skip to content

Commit 726265c

Browse files
authoredJun 17, 2024
Update ATB.md to 2024
1 parent 38b365e commit 726265c

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed
 

‎ATB.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The R&D Only cases are intended to reflect fundamental technology changes over t
1717

1818
The Market + Policies Case approximate the costs of electricity generation plants with Independent Power Producer financial terms, covering the energy component of electric system planning and operation. Important items that are not included in these costs limit the validity of comparisons across technologies. The following table summarizes these limitations, identifies other analyses, tools, and data sets that are more complete sources for these items, and suggests applications that are affected by these limitations of the ATB.
1919

20-
See [technical limitations on the ATB website](https://atb.nrel.gov/electricity/2021/technical_limitations) for more detailed information.
20+
See [technical limitations on the ATB website](https://atb.nrel.gov/electricity/2024/technical_limitations) for more detailed information.
2121

2222
## Directory structure
2323

@@ -39,14 +39,20 @@ The most recent annual data is provided in CSV and Apache Parquet format. The da
3939

4040
Column | Type | Description
4141
-- | -- | --
42-
`revision` | bigint | database revision
4342
`atb_year` | bigint | year of ATB publication
4443
`core_metric_key` | string | concatenated unique key
4544
`core_metric_parameter` | string | technology and cost performance parameters
4645
`core_metric_case` | string | financial case (R&D or Market)
4746
`crpyears` | bigint | cost recovery period, years
4847
`technology` | string | technology
48+
`technology_alias` | string | technology alias
4949
`techdetail` | string | technology specific classifications and sub-groups
50+
`techdetail2` | string | technology specific classifications and sub-groups
51+
`resourcedetail` | string | resource specific classifications and sub-groups
52+
`display_name` | string | technology specific classifications and sub-groups for use in Tableau
53+
`default` | string | default or subgroup technology
54+
`scale` | string | null, utility, commercial or resdidential
55+
`maturity` | string | nascent or mature
5056
`scenario` | string | moderate, conservative and advanced
5157
`core_metric_variable`| string | projected year
5258
`units` | string | units
@@ -65,7 +71,7 @@ conn = connect(
6571
work_group='<USER SPECIFIC WORKGROUP>' ##specify workgroup if exists
6672
)
6773

68-
df = pd.read_sql("SELECT distinct technology, techdetail from oedi_atb.atb_electricity_parquet_2021 where techdetail <> '*' order by technology, techdetail;",conn)
74+
df = pd.read_sql("SELECT distinct technology, techdetail from oedi_atb.atb_electricity_parquet_2024 where techdetail <> '*' order by technology, techdetail;",conn)
6975
```
7076

7177
OEDI has created a set of tools to facilitate access to open energy data sets, including ATB. Please visit the [open-data-access-tools documentation page](https://openedi.github.io/open-data-access-tools/) for more info. You can find jupyter notebook examples that show how to use the tools in our [examples repository](https://github.com/openEDI/open-data-access-tools/tree/integration/examples)
@@ -74,13 +80,13 @@ OEDI has created a set of tools to facilitate access to open energy data sets, i
7480

7581
Please cite the most relevant publication below when referencing this dataset:
7682

77-
1) NREL (National Renewable Energy Laboratory). 2021. "2021 Annual Technology Baseline." Golden, CO: National Renewable Energy Laboratory. NREL (National Renewable Energy Laboratory). 2021. "2021 Annual Technology Baseline." Golden, CO: National Renewable Energy Laboratory. [https://atb.nrel.gov/](https://atb.nrel.gov/).
83+
1) NREL (National Renewable Energy Laboratory). 2024. "2024 Annual Technology Baseline." Golden, CO: National Renewable Energy Laboratory. NREL (National Renewable Energy Laboratory). 2024. "2024 Annual Technology Baseline." Golden, CO: National Renewable Energy Laboratory. [https://atb.nrel.gov/](https://atb.nrel.gov/).
7884

7985
## Errata
8086

8187
Documentaion for the ATB errata can be found on the ATB website:
8288

83-
[https://atb.nrel.gov/electricity/2021/errata](https://atb.nrel.gov/electricity/2021/errata)
89+
[https://atb.nrel.gov/electricity/2024/errata](https://atb.nrel.gov/electricity/2024/errata)
8490

8591
The Data in the S3 bucket maintains the most up to date version of the parquet and csv files for the years provided.
8692

0 commit comments

Comments
 (0)