You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ATB.md
+11-5
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The R&D Only cases are intended to reflect fundamental technology changes over t
17
17
18
18
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.
19
19
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.
21
21
22
22
## Directory structure
23
23
@@ -39,14 +39,20 @@ The most recent annual data is provided in CSV and Apache Parquet format. The da
`core_metric_parameter` | string | technology and cost performance parameters
46
45
`core_metric_case` | string | financial case (R&D or Market)
47
46
`crpyears` | bigint | cost recovery period, years
48
47
`technology` | string | technology
48
+
`technology_alias` | string | technology alias
49
49
`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
50
56
`scenario` | string | moderate, conservative and advanced
51
57
`core_metric_variable`| string | projected year
52
58
`units` | string | units
@@ -65,7 +71,7 @@ conn = connect(
65
71
work_group='<USER SPECIFIC WORKGROUP>'##specify workgroup if exists
66
72
)
67
73
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)
69
75
```
70
76
71
77
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
74
80
75
81
Please cite the most relevant publication below when referencing this dataset:
76
82
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/).
78
84
79
85
## Errata
80
86
81
87
Documentaion for the ATB errata can be found on the ATB website:
0 commit comments